Skip to content

Commit 88e83b9

Browse files
committed
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 108eabf commit 88e83b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ jobs:
9898
test_verbatim: 1
9999
- target: i686-pc-windows-gnu
100100
os: windows-latest
101-
rust: nightly-i686-gnu
101+
# FIXME: pinned due to https://github.com/rust-lang/rust/issues/136795
102+
rust: nightly-2025-02-07-i686-gnu
102103
- target: x86_64-pc-windows-gnu
103104
os: windows-latest
104105
rust: nightly-x86_64-gnu

0 commit comments

Comments
 (0)