Skip to content

Commit

Permalink
Install rustup components after checking out the repo
Browse files Browse the repository at this point in the history
so that the components are installed for the nightly toolchain.
  • Loading branch information
phil-opp committed Jul 16, 2020
1 parent 9ee42e0 commit 614e5b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 614e5b0

Please sign in to comment.