From 4e87a93adb062b097c4d6b84139ee035e329ef98 Mon Sep 17 00:00:00 2001 From: electron271 <66094410+electron271@users.noreply.github.com> Date: Sun, 22 Oct 2023 17:40:44 -0500 Subject: [PATCH] im stupid --- .github/workflows/binary.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/binary.yml b/.github/workflows/binary.yml index 0f7c7c4..e2615eb 100644 --- a/.github/workflows/binary.yml +++ b/.github/workflows/binary.yml @@ -12,8 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - name: its not as shrimple as that - run: pwd && ls -la + - uses: actions/checkout@v2 - name: Install rust toolchain uses: actions-rs/toolchain@v1 with: @@ -21,14 +20,10 @@ jobs: target: x86_64-unknown-linux-gnu override: true components: rustfmt, clippy - - name: its not as shrimple as that - run: pwd - name: Add nightly-x86_64 run: rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu - name: Install deps run: cargo install bootimage - - name: its not as shrimple as that - run: pwd - name: Build run: cargo build --verbose --release - name: Compress Diskimg