Skip to content

Commit

Permalink
ci: Pin the nightly toolchain for i686-pc-windows-gnu
Browse files Browse the repository at this point in the history
Pin i686-pc-windows-gnu to nightly-2025-02-07 until [1] is resolved.

[1]: rust-lang/rust#136795
  • Loading branch information
tgross35 committed Feb 19, 2025
1 parent 108eabf commit 88e83b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ jobs:
test_verbatim: 1
- target: i686-pc-windows-gnu
os: windows-latest
rust: nightly-i686-gnu
# FIXME: pinned due to https://github.com/rust-lang/rust/issues/136795
rust: nightly-2025-02-07-i686-gnu
- target: x86_64-pc-windows-gnu
os: windows-latest
rust: nightly-x86_64-gnu
Expand Down

0 comments on commit 88e83b9

Please sign in to comment.