Skip to content

Commit b0bd41b

Browse files
committed
ci: try fix
1 parent 3ad262f commit b0bd41b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ jobs:
2020
- name: Set up Rust
2121
uses: actions-rs/toolchain@v1
2222
with:
23-
toolchain: nightly-2025-06-13-x86_64-unknown-linux-gnu
23+
toolchain: nightly-2025-06-13
2424
profile: minimal
25+
default: true
26+
override: true
2527
- name: Install Rustup Components
2628
run: rustup component add rust-src llvm-tools-preview
2729
- name: Install bootimage

0 commit comments

Comments
 (0)