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

Appearance settings

Commit 580f3d8

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

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
+1-1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/rust.yml
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.