Skip to content
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

Downgrade MinGW in all GHA workflows #852

Merged
merged 1 commit into from
Jul 27, 2022
Merged

Conversation

jtcooper10
Copy link
Collaborator

Fix GitHub Actions failures on Windows, caused by a missing import from MinGW's C++ runtime libraries. This is probably due to misconfigured environment paths, conflicting MinGW versions, or a similar issue on GitHub's end.

For now, the fix is to downgrade to the previous version of MinGW. Long-term solutions include manually reconfiguring GHA's environment paths, including the required C++ runtime libraries manually, or statically linking against the C++ runtime. For more information, see: actions/runner-images#5729

@briandrawert briandrawert merged commit cf25319 into develop Jul 27, 2022
@briandrawert briandrawert deleted the fix/mingw-gha-patch branch July 27, 2022 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants