Use latest release of bootimage on CI

This commit is contained in:
Philipp Oppermann
2020-07-17 10:52:08 +02:00
parent 5ae9f62f4d
commit ffaac76876

View File

@@ -54,7 +54,7 @@ jobs:
profile: minimal
toolchain: nightly
- name: Install bootimage
run: cargo install bootimage --debug --git https://github.com/rust-osdev/bootimage.git --branch Zbuild-std
run: cargo install bootimage --debug
- name: Checkout Repository
uses: actions/checkout@v2
- name: Install Rustup Components