Skip to content

Commit f322090

Browse files
committed
Revert "ci: Pin the nightly toolchain for i686-pc-windows-gnu"
Since [1], the issue should be resolved so the workaround can be dropped. This reverts commit 88e83b9. [1]: #759
1 parent ddd1a09 commit f322090

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ jobs:
9999
test_verbatim: 1
100100
- target: i686-pc-windows-gnu
101101
os: windows-latest
102-
# FIXME: pinned due to https://github.com/rust-lang/rust/issues/136795
103-
rust: nightly-2025-02-07-i686-gnu
102+
rust: nightly-i686-gnu
104103
- target: x86_64-pc-windows-gnu
105104
os: windows-latest
106105
rust: nightly-x86_64-gnu

0 commit comments

Comments
 (0)