Skip to content

Commit c098a7e

Browse files
committed
Try not custom-installing clang 18
1 parent 8e24cc6 commit c098a7e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/main.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,7 @@ jobs:
172172
fetch-depth: 0
173173
- uses: ./.github/actions/checkout
174174
- uses: ./.github/actions/install-deps
175-
- run: |
176-
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
177-
name=$(lsb_release -s -c)
178-
sudo add-apt-repository -y "deb http://apt.llvm.org/$name/ llvm-toolchain-$name-18 main"
179-
sudo add-apt-repository -y "deb-src http://apt.llvm.org/$name/ llvm-toolchain-$name-18 main"
180-
sudo apt-get install -y clang-18 llvm-18 lld-18
181-
- run: cargo install [email protected]
175+
- run: cargo install [email protected]
182176
- run: |
183177
cmake -G Ninja -B build -S . \
184178
-DCMAKE_C_COMPILER=/usr/lib/llvm-18/bin/clang \

0 commit comments

Comments
 (0)