mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 06:17:49 +00:00
Install Zbuild-std branch of bootimage
This commit is contained in:
2
.github/workflows/build-code.yml
vendored
2
.github/workflows/build-code.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user