Skip to content

Commit

Permalink
[ci] test llvm-ar location
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Nov 12, 2024
1 parent 3426c21 commit ec2ae67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
if: ${{ runner.os == 'macOS' }}
run: |
brew install libomp
which llvm-ar
which llvm-ranlib
brew install llvm
brew list llvm
curl -o Xcode10.app.tar.gz --insecure https://mcx.space/dev/ci/Xcode10.app.tar.gz
tar zxf Xcode10.app.tar.gz
rm -rf Xcode10.app.tar.gz
Expand Down

0 comments on commit ec2ae67

Please sign in to comment.