File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -83,14 +83,14 @@ jobs:
83
83
run : echo "COMPILED_RUNNERS=compiled_runners" >> $GITHUB_ENV
84
84
shell : bash
85
85
86
- - if : ${{ matrix.os == 'macos' && matrix.cargoargs == '--features build-llvm' }}
87
- run : |
88
- brew install llvm@12
89
- echo "LLVM_SYS_120_PREFIX=$(brew --prefix llvm)" >> $GITHUB_ENV
90
- echo 'LDFLAGS="-L/usr/local/opt/llvm@12/lib"' >> $GITHUB_ENV
91
- echo 'CPPFLAGS="-I/usr/local/opt/llvm@12/include"' >> $GITHUB_ENV
92
-
93
- - if : ${{ matrix.os == 'ubuntu && matrix.cargoargs == '--features build-llvm' }}
86
+ # - if: matrix.os == 'macos'
87
+ # run: |
88
+ # brew install llvm@12
89
+ # echo "LLVM_SYS_120_PREFIX=$(brew --prefix llvm)" >> $GITHUB_ENV
90
+ # echo 'LDFLAGS="-L/usr/local/opt/llvm@12/lib"' >> $GITHUB_ENV
91
+ # echo 'CPPFLAGS="-I/usr/local/opt/llvm@12/include"' >> $GITHUB_ENV
92
+
93
+ - if : matrix.os == 'ubuntu
94
94
run : |
95
95
wget --no-check-certificate -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
96
96
sudo add-apt-repository 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-12 main' -y
You can’t perform that action at this time.
0 commit comments