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 profile: minimal
toolchain: nightly toolchain: nightly
- name: Install bootimage - 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 - name: Checkout Repository
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Install Rustup Components - name: Install Rustup Components