We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61faa9e + f91654a commit 53fb72cCopy full SHA for 53fb72c
.github/workflows/main.yml
@@ -48,7 +48,11 @@ jobs:
48
rust: stable
49
target: x86_64-pc-windows-msvc
50
- build: mingw32
51
- os: windows-latest
+ # windows-latest, a.k.a. windows-2022, runner is equipped with
52
+ # a newer mingw toolchain, which appears to produce unexecutable
53
+ # mixed-language binaries in debug builds. Fall back to
54
+ # windows-2019 for now and revisit it later...
55
+ os: windows-2019
56
rust: stable-i686-gnu
57
target: i686-pc-windows-gnu
58
- build: mingw64
0 commit comments