From 09d1d523d3dd3ab03cbb84443b15acd1f11c17bd Mon Sep 17 00:00:00 2001 From: Gurinder Singh Date: Tue, 20 Feb 2024 11:10:46 +0530 Subject: [PATCH] Removed `with` clause from rust.yml Most likely we don't need it as we're explicitly installing the UEFI target and the build system should use the stable Rust version by default --- .github/workflows/rust.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 13ddeeb..946d246 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -14,10 +14,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - with: - toolchain: stable - target: x86_64-unknown-uefi - override: true - name: Install UEFI target run: rustup target add x86_64-unknown-uefi - name: Build