Skip to content

Commit

Permalink
add llvm to path in ci (try 4)
Browse files Browse the repository at this point in the history
  • Loading branch information
shouc authored May 27, 2024
1 parent 7af9f14 commit 15f36b9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,17 +124,6 @@ jobs:
# make -j64
# sudo make install
- name: Apple M1 setup
if: ${{ matrix.job.target == 'aarch64-apple-darwin' }}
run: |
brew install llvm
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
echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx --show-sdk-platform-version)" >> $GITHUB_ENV
clang -v
- name: Linux ARM setup
if: ${{ matrix.job.target == 'aarch64-unknown-linux-gnu' }}
run: |
Expand Down

0 comments on commit 15f36b9

Please sign in to comment.