Closed jakeru closed 1 day ago
This should fix the CI builds for Windows that has been failing for quite some time with the following error message:
Cannot find path '... lib\mingw\tools\install\mingw64\x86_64-w64-mingw32\lib\libpthread.dll.a'
By upgrading the egor-tensin/setup-mingw from version v2 to v2.2.0 we are able to specify a specific mingw version.
egor-tensin/setup-mingw
v2
v2.2.0
A too new version of mingw, for example 13.2.0, seems to fail the build for us. So let's use the fixed version 12.2.0 which was working fine before.
This solution is suggested for example here: https://github.com/egor-tensin/setup-mingw/issues/17#issuecomment-1890253793
Note that builds for mingw for platform x86 still fails. But now because of a couple of static asserts instead. They are worth looking into at some point.
thanks much! been struggling for a while now to fix this
This should fix the CI builds for Windows that has been failing for quite some time with the following error message:
By upgrading the
egor-tensin/setup-mingw
from versionv2
tov2.2.0
we are able to specify a specific mingw version.A too new version of mingw, for example 13.2.0, seems to fail the build for us. So let's use the fixed version 12.2.0 which was working fine before.
This solution is suggested for example here: https://github.com/egor-tensin/setup-mingw/issues/17#issuecomment-1890253793