mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 06:17: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:
|
||||
profile: minimal
|
||||
toolchain: nightly
|
||||
- name: "Install Rustup Components"
|
||||
run: rustup component add rust-src llvm-tools-preview
|
||||
- name: "Install bootimage"
|
||||
run: cargo install bootimage --debug --git https://github.com/rust-osdev/bootimage.git --branch Zbuild-std
|
||||
- uses: actions/checkout@v2
|
||||
- name: "Install Rustup Components"
|
||||
run: rustup component add rust-src llvm-tools-preview
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: bootimage
|
||||
|
||||
Reference in New Issue
Block a user