Skip to content

Commit bdd3650

Browse files
ci: Temporarily pin to older nightly
There are a bunch of new lint errors that need to be addressed before we can successfully build with latest nightly.
1 parent 70a63b8 commit bdd3650

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly"
2+
channel = "nightly-2025-06-01"
33
targets = ["aarch64-unknown-uefi", "i686-unknown-uefi", "x86_64-unknown-uefi"]

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
run: cp .github/workflows/nightly_toolchain.toml rust-toolchain.toml
188188
- uses: Swatinem/rust-cache@v2
189189
- name: Build
190-
run: cargo +nightly build --target x86_64-unknown-uefi --verbose -p uefi-std-example
190+
run: cargo build --target x86_64-unknown-uefi --verbose -p uefi-std-example
191191
coverage:
192192
name: Test Coverage
193193
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)