Skip to content

Commit 3c6d515

Browse files
committed
Update CI to install llvm 21
1 parent 12649b7 commit 3c6d515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- run: wget https://apt.llvm.org/llvm.sh
2828
- run: chmod +x llvm.sh
29-
- run: sudo ./llvm.sh 20
29+
- run: sudo ./llvm.sh 21
3030
- uses: actions/checkout@v4
3131
- uses: dtolnay/rust-toolchain@stable
3232
- run: cargo clippy -- -D warnings

0 commit comments

Comments
 (0)