Skip to content

Commit 3febcde

Browse files
committed
fix(ci): do not use cache
Signed-off-by: jokemanfire <[email protected]>
1 parent 57fc428 commit 3febcde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@ jobs:
216216

217217
- name: Install Rust
218218
uses: dtolnay/rust-toolchain@nightly
219-
219+
with:
220+
toolchain: nightly-2025-06-18
220221
- uses: Swatinem/rust-cache@v2
221222

222223
- name: Generate documentation

0 commit comments

Comments
 (0)