Install Zbuild-std branch of bootimage

This commit is contained in:
Philipp Oppermann
2020-07-16 16:32:50 +02:00
parent c4672096d4
commit 9ee42e0f5f

View File

@@ -52,7 +52,7 @@ jobs:
- name: "Install Rustup Components" - name: "Install Rustup Components"
run: rustup component add rust-src llvm-tools-preview run: rustup component add rust-src llvm-tools-preview
- name: "Install bootimage" - 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/checkout@v2
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
with: with: