Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 580f3d8

Browse files
Merge pull request #1689 from rust-osdev/bishop-pin-nightly
ci: Temporarily pin to older nightly
2 parents 70a63b8 + bdd3650 commit 580f3d8

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)

AltStyle によって変換されたページ (->オリジナル) /