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