Skip to content

Commit 2034201

Browse files
committed
macos: Install lld as a separate "formula" from llvm
1 parent 6101b22 commit 2034201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: install llvm macos
7878
if: ${{ matrix.host == 'macos-latest' }}
7979
run: |
80-
brew install llvm
80+
brew install llvm lld
8181
echo "/usr/local/opt/llvm/bin" >> $GITHUB_PATH
8282
8383
- name: install java

0 commit comments

Comments
 (0)