Skip to content

Commit

Permalink
Fix llvm install
Browse files Browse the repository at this point in the history
  • Loading branch information
outkine committed Mar 29, 2024
1 parent b4f2f7f commit ae80e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- if: matrix.os == 'macos' && contains(matrix.cargoargs, 'build-llvm')
run: |
brew install llvm@12
echo "LLVM_SYS_120_PREFIX=$(brew --prefix llvm)" >> $GITHUB_ENV
echo "LLVM_SYS_120_PREFIX=$(brew --prefix llvm@12)" >> $GITHUB_ENV
echo 'LDFLAGS="-L/usr/local/opt/llvm@12/lib"' >> $GITHUB_ENV
echo 'CPPFLAGS="-I/usr/local/opt/llvm@12/include"' >> $GITHUB_ENV
Expand Down

0 comments on commit ae80e83

Please sign in to comment.