Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0d9ab5c

Browse files
committedFeb 10, 2025
ci: Pin the nightly toolchain for i686-pc-windows-gnu
Pin i686-pc-windows-gnu to nightly-2025-02-07 until [1] is resolved. [1]: rust-lang/rust#136795
1 parent 995bc5a commit 0d9ab5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/main.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ jobs:
6868
os: windows-2025
6969
- target: i686-pc-windows-gnu
7070
os: windows-2025
71-
channel: nightly-i686-gnu
71+
# FIXME: pinned due to https://github.com/rust-lang/rust/issues/136795
72+
channel: nightly-2025-02-07-i686-gnu
7273
- target: x86_64-pc-windows-gnu
7374
os: windows-2025
7475
channel: nightly-x86_64-gnu

0 commit comments

Comments
 (0)
Failed to load comments.