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.
lld
llvm
1 parent 6101b22 commit 2034201Copy full SHA for 2034201
1 file changed
.github/workflows/ci.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: install llvm macos
78
if: ${{ matrix.host == 'macos-latest' }}
79
run: |
80
- brew install llvm
+ brew install llvm lld
81
echo "/usr/local/opt/llvm/bin" >> $GITHUB_PATH
82
83
- name: install java
0 commit comments