mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 06:47:49 +00:00
Install rustup components after checking out the repo
so that the components are installed for the nightly toolchain.
This commit is contained in:
4
.github/workflows/build-code.yml
vendored
4
.github/workflows/build-code.yml
vendored
@@ -49,11 +49,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
- name: "Install Rustup Components"
|
|
||||||
run: rustup component add rust-src llvm-tools-preview
|
|
||||||
- name: "Install bootimage"
|
- name: "Install bootimage"
|
||||||
run: cargo install bootimage --debug --git https://github.com/rust-osdev/bootimage.git --branch Zbuild-std
|
run: cargo install bootimage --debug --git https://github.com/rust-osdev/bootimage.git --branch Zbuild-std
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: "Install Rustup Components"
|
||||||
|
run: rustup component add rust-src llvm-tools-preview
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: bootimage
|
command: bootimage
|
||||||
|
|||||||
Reference in New Issue
Block a user