Skip to content

Commit

Permalink
fix llvm version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
shouc committed May 27, 2024
1 parent abc46e3 commit 83a9035
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ jobs:
- name: Apple M1 setup
if: ${{ matrix.job.target == 'aarch64-apple-darwin' }}
run: |
brew install llvm
brew install llvm@14
clang -v
echo "AR=/usr/local/opt/llvm/bin/llvm-ar" >> $GITHUB_ENV
echo "CC=/usr/local/opt/llvm/bin/clang" >> $GITHUB_ENV
echo "SDKROOT=$(xcrun -sdk macosx --show-sdk-path)" >> $GITHUB_ENV
Expand Down

0 comments on commit 83a9035

Please sign in to comment.