File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ jobs:
4646 run : |
4747 set -x
4848 brew install wget coreutils xz pybind11 git
49- wget --no-verbose https://github.com/llvm/llvm-project/releases/download/llvmorg-14 .0.0/clang+llvm-14 .0.0-x86_64-apple-darwin.tar.xz
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
5050 ls
51- tar -xJf clang+llvm-14 .0.0-x86_64-apple-darwin.tar.xz
52- export PATH=$PATH:clang+llvm-14 .0.0-x86_64-apple-darwin/bin
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
5353 - name : Compile
5454 run : |
55- export PATH=$PATH:clang+llvm-14 .0.0-x86_64-apple-darwin/bin
55+ export PATH=$PATH:clang+llvm-16 .0.0-x86_64-apple-darwin/bin
5656 cmake CMakeLists.txt
5757 make
5858 make install
You can’t perform that action at this time.
0 commit comments