Skip to content

Commit be9ce4d

Browse files
authored
[Rosetta on ARM macOS Runner] Test install LLVM from x86_64 Homebrew
1 parent d18221f commit be9ce4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rosetta-on-arm-macos-runner.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ jobs:
2121
- name: Install x86_64 Homebrew
2222
run: |
2323
/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

Comments
 (0)