Skip to content

Commit f5d4dd8

Browse files
committed
Update CI to install LLVM 16 first
1 parent c23f1c9 commit f5d4dd8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
name: Clippy
2525
runs-on: ubuntu-latest
2626
steps:
27+
- run: wget https://apt.llvm.org/llvm.sh
28+
- run: chmod +x llvm.sh
29+
- run: sudo ./llvm.sh 16
2730
- uses: actions/checkout@v4
2831
- uses: dtolnay/rust-toolchain@stable
2932
- run: cargo clippy -- -D warnings

0 commit comments

Comments
 (0)