-
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
Bug: Could not install MinGW on github runner #6
Comments
I'm having the same issue, and it seems also this repo's nightly build. |
The first time I ran this action in my pipeline it passed. So I merged it right in. No build has worked since. I am going to start looking where this is coming from |
So I investigated as much as I could. It failed for me on the posix library download from sourceforge. I was able to get a 3rd try build on the runner to successfully download that library. So either this is sourceforge having issues, or there is some sort of rate limit, although I don't know how it would rate limit a github runner. I will keep carrying on, but then might further investigate if they keep failing to download. |
Captured information from my most recent run in case it helps.
"The request was aborted: Could not create SSL/TLS secure channel." |
tl;dr: Workaround: downgrade from Example: approvals/ApprovalTests.cpp@54b50a6 In approvals/ApprovalTests.cpp@54b50a6 we found that a workaround was to downgrade from |
FWIW, I've found that |
GH action fails, but mingw v11 is pre-installed on windows-latest: egor-tensin/setup-mingw#6 (comment)
When executing
following error message is displayed.
The text was updated successfully, but these errors were encountered: