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 d18221f commit be9ce4dCopy full SHA for be9ce4d
.github/workflows/rosetta-on-arm-macos-runner.yml
@@ -21,3 +21,6 @@ jobs:
21
- name: Install x86_64 Homebrew
22
run: |
23
/usr/bin/arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
24
+ - name: Install LLVm from x86_64 Homebrew
25
+ run: |
26
+ /usr/bin/arch -x86_64 brew install --force llvm
0 commit comments