Skip to content

Commit

Permalink
Removed with clause from rust.yml
Browse files Browse the repository at this point in the history
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
  • Loading branch information
gurry authored Feb 20, 2024
1 parent 211e508 commit 09d1d52
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09d1d52

Please sign in to comment.