Skip to content

Commit

Permalink
Install Zbuild-std branch of bootimage
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Jul 16, 2020
1 parent c467209 commit 9ee42e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: "Install Rustup Components"
run: rustup component add rust-src llvm-tools-preview
- name: "Install bootimage"
run: cargo install bootimage --debug
run: cargo install bootimage --debug --git https://github.com/rust-osdev/bootimage.git --branch Zbuild-std
- uses: actions/checkout@v2
- uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 9ee42e0

Please sign in to comment.