Update rust.yml

This commit is contained in:
RKennedy9064 2020-03-12 14:24:00 -05:00 committed by GitHub
parent 6e9bd7aaf1
commit 5d96c4b000

View file

@ -50,9 +50,9 @@ jobs:
- name: "Install Rustup Components"
run: rustup component add rust-src llvm-tools-preview
- name: "Install cargo-xbuild"
run: cargo install cargo-xbuild --debug --root binaries
run: cargo install cargo-xbuild --debug
- name: "Install bootimage"
run: cargo install bootimage --debug --root binaries
run: cargo install bootimage --debug
- name: Install QEMU (Linux)
run: |