Skip to content

Commit 4e91c14

Browse files
committed
Trigger CI/CD Test
1 parent c81819b commit 4e91c14

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/remoteBuild.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ 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 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++

0 commit comments

Comments
 (0)