Skip to content

Commit 95c1492

Browse files
authored
chore: fix CI (#35)
1 parent 0e74459 commit 95c1492

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust-compiler-builder.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,10 @@ jobs:
143143
run: brew install sccache
144144

145145
- name: Install llvm
146+
if: ${{ matrix.rust-use-lld }}
146147
run: |
147148
brew install llvm
149+
# brew install lld
148150
echo "PATH=$PATH:/opt/homebrew/opt/llvm/bin:/usr/local/opt/llvm/bin" >> $GITHUB_ENV
149151
150152
- name: Show System Info
@@ -191,7 +193,7 @@ jobs:
191193
echo "::endgroup::"
192194
193195
echo "::group::lld"
194-
lld -flavor ld --version
196+
lld -flavor ld --version || true
195197
echo "::endgroup::"
196198
197199
- name: Checkout

0 commit comments

Comments
 (0)