We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6778a7a commit 0f45191Copy full SHA for 0f45191
.github/workflows/main.yml
@@ -46,7 +46,7 @@ jobs:
46
run: |
47
set -x
48
brew install wget coreutils xz pybind11 git
49
- wget --no-verbose https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.0/clang+llvm-16.0.0-x86_64-apple-darwin.tar.xz
+ wget --no-verbose https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.0/clang+llvm-16.0.0-arm64-apple-darwin22.0.tar.xz
50
ls
51
tar -xJf clang+llvm-16.0.0-x86_64-apple-darwin.tar.xz
52
export PATH=$PATH:clang+llvm-16.0.0-x86_64-apple-darwin/bin
0 commit comments