We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 689d2ed commit c3157aeCopy full SHA for c3157ae
1 file changed
.github/workflows/release.yml
@@ -27,6 +27,9 @@ jobs:
27
28
- name: Add Rust kernel target
29
run: rustup target add x86_64-unknown-none
30
+ - name: Install rust-src component
31
+ run: rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
32
+
33
34
- name: Build ISO image
35
run: make iso
0 commit comments