Skip to content

Commit 91bd515

Browse files
committed
macos: Install lld as a separate "formula" and fix llvm PATH
1 parent 6101b22 commit 91bd515

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ jobs:
7777
- name: install llvm macos
7878
if: ${{ matrix.host == 'macos-latest' }}
7979
run: |
80-
brew install llvm
81-
echo "/usr/local/opt/llvm/bin" >> $GITHUB_PATH
80+
brew install llvm lld
81+
echo "/opt/homebrew/opt/llvm/bin" >> $GITHUB_PATH
8282
8383
- name: install java
8484
uses: actions/setup-java@v2

0 commit comments

Comments
 (0)