Skip to content

Commit

Permalink
add llvm to path in ci (try 3) (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
shouc authored May 27, 2024
1 parent f8f9393 commit 7af9f14
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 @@ -128,7 +128,7 @@ jobs:
if: ${{ matrix.job.target == 'aarch64-apple-darwin' }}
run: |
brew install llvm
echo 'PATH="/opt/homebrew/opt/llvm/bin:$PATH"' >> $GITHUB_ENV
echo "/opt/homebrew/opt/llvm/bin" >> $GITHUB_PATH
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 7af9f14

Please sign in to comment.