File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 8686 - name : Install LLVM and dependencies (Ubuntu)
8787 if : ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-22.04' }}
8888 run : |
89- sudo apt remove zstd
90- sudo apt remove llvm
89+ sudo apt-get remove zstd
9190 sudo apt-get update
9291 sudo apt-get install -y libcurl4-openssl-dev
9392 eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
@@ -110,7 +109,6 @@ jobs:
110109 run : |
111110 cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_PREFIX_PATH="/usr/lib/x86_64-linux-gnu" -DADEPT_LINK_LLVM_STATIC=On -B ${{github.workspace}}/build -G Ninja
112111 env :
113- CC : /home/linuxbrew/.linuxbrew/opt/llvm/bin/clang
114112 LLVM_DIR : /home/linuxbrew/.linuxbrew/opt/llvm
115113 zstd_DIR : /home/linuxbrew/.linuxbrew/opt/zstd
116114 CFLAGS : -static-libstdc++
You can’t perform that action at this time.
0 commit comments