Skip to content

Commit

Permalink
fix: update LLVM package
Browse files Browse the repository at this point in the history
  • Loading branch information
arttet committed Oct 10, 2024
1 parent 95c1492 commit aac26ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust-compiler-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ jobs:
- name: Install llvm
if: ${{ matrix.rust-use-lld }}
run: |
brew install llvm
# brew install lld
brew install lld
echo "PATH=$PATH:/opt/homebrew/opt/llvm/bin:/usr/local/opt/llvm/bin" >> $GITHUB_ENV
- name: Show System Info
Expand Down

0 comments on commit aac26ca

Please sign in to comment.