We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900828a commit d19285aCopy full SHA for d19285a
.github/workflows/rosetta-on-arm-macos-runner.yml
@@ -25,4 +25,4 @@ jobs:
25
/usr/bin/arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
26
- name: Install LLVm from x86_64 Homebrew
27
run: |
28
- /usr/bin/arch -x86_64 brew install --force llvm
+ /usr/bin/arch -x86_64 /usr/local/bin/brew install --force llvm
0 commit comments