Skip to content

Commit c3157ae

Browse files
authored
Update release.yml
1 parent 689d2ed commit c3157ae

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727

2828
- name: Add Rust kernel target
2929
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+
3033

3134
- name: Build ISO image
3235
run: make iso

0 commit comments

Comments
 (0)