Skip to content

Commit 09d1d52

Browse files
authored
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
1 parent 211e508 commit 09d1d52

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v3
17-
with:
18-
toolchain: stable
19-
target: x86_64-unknown-uefi
20-
override: true
2117
- name: Install UEFI target
2218
run: rustup target add x86_64-unknown-uefi
2319
- name: Build

0 commit comments

Comments
 (0)