Skip to content

Commit c81819b

Browse files
committed
Try cleanup GitHub CI/CD environment
1 parent a63f201 commit c81819b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/remoteBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ jobs:
8686
- name: Install LLVM and dependencies (Ubuntu)
8787
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-22.04' }}
8888
run: |
89-
sudo apt remove libz
9089
sudo apt remove zstd
9190
sudo apt remove llvm
9291
sudo apt-get update
@@ -111,6 +110,7 @@ jobs:
111110
run: |
112111
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
113112
env:
113+
CC: /home/linuxbrew/.linuxbrew/opt/llvm/bin/clang
114114
LLVM_DIR: /home/linuxbrew/.linuxbrew/opt/llvm
115115
zstd_DIR: /home/linuxbrew/.linuxbrew/opt/zstd
116116
CFLAGS: -static-libstdc++

0 commit comments

Comments
 (0)