We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e24cc6 commit c098a7eCopy full SHA for c098a7e
.github/workflows/main.yml
@@ -172,13 +172,7 @@ jobs:
172
fetch-depth: 0
173
- uses: ./.github/actions/checkout
174
- 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]
+ - run: cargo install [email protected]
182
- run: |
183
cmake -G Ninja -B build -S . \
184
-DCMAKE_C_COMPILER=/usr/lib/llvm-18/bin/clang \
0 commit comments