You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can either downgrade the mingw toolchain in the check.yaml - run: choco install mingw --version 11.2.0.07112021 --allow-downgrade, or update the windows-gnu binaries.
The text was updated successfully, but these errors were encountered:
I've added this downgrade command, but I still can see MinGW 12.2 being used: C:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe .
I'll try uploading new windows libraries soon.
I noticed the failing action builds on windows, and it seems to be related to the update of the mingw toolchain to 12.2:
bytecodealliance/wasmtime-go#192
gen2brain/go-fitz#96
actions/runner-images#8266
We can either downgrade the mingw toolchain in the check.yaml
- run: choco install mingw --version 11.2.0.07112021 --allow-downgrade
, or update the windows-gnu binaries.The text was updated successfully, but these errors were encountered: