Install rustup components after checking out the repo

so that the components are installed for the nightly toolchain.
This commit is contained in:
Philipp Oppermann
2020-07-16 16:36:19 +02:00
parent 9ee42e0f5f
commit 614e5b0e86

View File

@@ -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