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 da65bc2 commit 8fb806eCopy full SHA for 8fb806e
.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-1.88.0
24
- components: rust-src, llvm-tools-preview
+ toolchain: nightly-2025-06-13
+ profile: minimal
25
+ - name: Install Rustup Components
26
+ run: rustup component add rust-src llvm-tools-preview
27
- name: Install bootimage
28
run: cargo install bootimage
29
- name: Install dependencies
0 commit comments