We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad262f commit b0bd41bCopy full SHA for b0bd41b
.github/workflows/ci.yml
@@ -20,8 +20,10 @@ jobs:
20
- name: Set up Rust
21
uses: actions-rs/toolchain@v1
22
with:
23
- toolchain: nightly-2025-06-13-x86_64-unknown-linux-gnu
+ toolchain: nightly-2025-06-13
24
profile: minimal
25
+ default: true
26
+ override: true
27
- name: Install Rustup Components
28
run: rustup component add rust-src llvm-tools-preview
29
- name: Install bootimage
0 commit comments