-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't run on windows-latest #17
Comments
Also getting this. Does anyone know a fix? |
Looks like using uses: egor-tensin/[email protected]
with:
version: 12.2.0 Re #14 works |
andy5995
added a commit
to netpanzer/netpanzer
that referenced
this issue
Jan 17, 2024
andy5995
added a commit
to netpanzer/netpanzer
that referenced
this issue
Jan 17, 2024
andy5995
added a commit
to netpanzer/netpanzer
that referenced
this issue
Jan 17, 2024
andy5995
added a commit
to netpanzer/netpanzer
that referenced
this issue
Jan 17, 2024
andy5995
added a commit
to netpanzer/netpanzer
that referenced
this issue
Jan 18, 2024
andy5995
added a commit
to netpanzer/netpanzer
that referenced
this issue
Jan 18, 2024
andy5995
added a commit
to netpanzer/netpanzer
that referenced
this issue
Jan 18, 2024
andy5995
added a commit
to netpanzer/netpanzer
that referenced
this issue
Jan 18, 2024
andy5995
added a commit
to netpanzer/netpanzer
that referenced
this issue
Jan 19, 2024
andy5995
added a commit
to netpanzer/netpanzer
that referenced
this issue
Jan 19, 2024
andy5995
added a commit
to netpanzer/netpanzer
that referenced
this issue
Jan 19, 2024
andy5995
added a commit
to netpanzer/netpanzer
that referenced
this issue
Jan 19, 2024
andy5995
added a commit
to netpanzer/netpanzer
that referenced
this issue
Jan 19, 2024
andy5995
added a commit
to netpanzer/netpanzer
that referenced
this issue
Jan 19, 2024
andy5995
added a commit
to netpanzer/netpanzer
that referenced
this issue
Jan 21, 2024
andy5995
added a commit
to netpanzer/netpanzer
that referenced
this issue
Jan 21, 2024
andy5995
added a commit
to netpanzer/netpanzer
that referenced
this issue
Jan 22, 2024
andy5995
added a commit
to netpanzer/netpanzer
that referenced
this issue
Jan 22, 2024
windows-latest image already includes mingw by default. If you're using cmake you could add |
jakeru
added a commit
to jakeru/tau
that referenced
this issue
May 13, 2024
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 `2.0` to `2.2` 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: egor-tensin/setup-mingw#17 (comment)
jakeru
added a commit
to jakeru/tau
that referenced
this issue
May 13, 2024
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. 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: egor-tensin/setup-mingw#17 (comment)
roffidaijoubu
added a commit
to oristarium/OrionChat
that referenced
this issue
Dec 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can't run it only on windows-latest
log:
The text was updated successfully, but these errors were encountered: