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]: https://github.com/rust-lang/rust/issues/136795
This commit is contained in:
Trevor Gross 2025-02-09 22:40:20 +00:00 committed by Trevor Gross
parent 1efdc96974
commit b7fdce0505

View file

@ -68,7 +68,8 @@ jobs:
os: windows-2025
- target: i686-pc-windows-gnu
os: windows-2025
channel: nightly-i686-gnu
# FIXME: pinned due to https://github.com/rust-lang/rust/issues/136795
channel: nightly-2025-02-07-i686-gnu
- target: x86_64-pc-windows-gnu
os: windows-2025
channel: nightly-x86_64-gnu