mirror of
https://github.com/rust-osdev/uefi-rs
synced 2026-08-26 18:26:05 -04:00
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.
This commit is contained in:
parent
70a63b8924
commit
bdd3650fab
2 changed files with 2 additions and 2 deletions
2
.github/workflows/nightly_toolchain.toml
vendored
2
.github/workflows/nightly_toolchain.toml
vendored
|
|
@ -1,3 +1,3 @@
|
|||
[toolchain]
|
||||
channel = "nightly"
|
||||
channel = "nightly-2025-06-01"
|
||||
targets = ["aarch64-unknown-uefi", "i686-unknown-uefi", "x86_64-unknown-uefi"]
|
||||
|
|
|
|||
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -187,7 +187,7 @@ jobs:
|
|||
run: cp .github/workflows/nightly_toolchain.toml rust-toolchain.toml
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- name: Build
|
||||
run: cargo +nightly build --target x86_64-unknown-uefi --verbose -p uefi-std-example
|
||||
run: cargo build --target x86_64-unknown-uefi --verbose -p uefi-std-example
|
||||
coverage:
|
||||
name: Test Coverage
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue