Skip to content

Commit

Permalink
chore: fix CI (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
arttet authored Oct 5, 2024
1 parent 0e74459 commit 95c1492
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust-compiler-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,10 @@ jobs:
run: brew install sccache

- name: Install llvm
if: ${{ matrix.rust-use-lld }}
run: |
brew install llvm
# brew install lld
echo "PATH=$PATH:/opt/homebrew/opt/llvm/bin:/usr/local/opt/llvm/bin" >> $GITHUB_ENV
- name: Show System Info
Expand Down Expand Up @@ -191,7 +193,7 @@ jobs:
echo "::endgroup::"
echo "::group::lld"
lld -flavor ld --version
lld -flavor ld --version || true
echo "::endgroup::"
- name: Checkout
Expand Down

0 comments on commit 95c1492

Please sign in to comment.