This commit is contained in:
Ryan Kennedy 2020-03-12 14:39:45 -05:00
commit 2b1c598ae8

View file

@ -50,9 +50,9 @@ 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 cargo-xbuild" - name: "Install cargo-xbuild"
run: cargo install cargo-xbuild --debug --root binaries run: cargo install cargo-xbuild --debug
- name: "Install bootimage" - name: "Install bootimage"
run: cargo install bootimage --debug --root binaries run: cargo install bootimage --debug
- name: Install QEMU (Linux) - name: Install QEMU (Linux)
run: | run: |