From de649fdbea98131457f6765b2ce5b0e588fae80d Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Sun, 23 Feb 2025 08:21:22 +0000 Subject: [PATCH] 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 88e83b96ad09f3cf9e2d1b4543a7d43f9c5a77c0. [1]: https://github.com/rust-lang/compiler-builtins/pull/759 --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c179a3391..7336efc42 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -99,8 +99,7 @@ jobs: test_verbatim: 1 - target: i686-pc-windows-gnu os: windows-latest - # FIXME: pinned due to https://github.com/rust-lang/rust/issues/136795 - rust: nightly-2025-02-07-i686-gnu + rust: nightly-i686-gnu - target: x86_64-pc-windows-gnu os: windows-latest rust: nightly-x86_64-gnu