Open bocchi810 opened 10 months ago
Also getting this. Does anyone know a fix?
Looks like using
uses: egor-tensin/setup-mingw@v2.2.0
with:
version: 12.2.0
Re https://github.com/egor-tensin/setup-mingw/issues/14 works
windows-latest image already includes mingw by default. If you're using cmake you could add -G "MinGW Makefiles"
to cmake command. It's located in C:\mingw64
and is already added to %PATH% in github actions by default
I can't run it only on windows-latest log: