From 5d96c4b000e3d77a0de76a8697a765105e35983e Mon Sep 17 00:00:00 2001 From: RKennedy9064 Date: Thu, 12 Mar 2020 14:24:00 -0500 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 71326a5..c6f8fd7 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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: |