Skip to content

Commit 14212f4

Browse files
committed
Revert "workflows: Downgrade mingw to workaround Windows failure"
This reverts commit 1b6bf22. Previously we were downgrading mingw to work around an issue in the race detector in Go on Windows when used with a newer version of GCC. The issue was first reported here: golang/go#46099 The issue is reported to be fixed after go 1.19 was released This fixes the CI failures on github actions windows machines, that fails with the error: Cannot find file at '..\\lib\mingw\tools\install\mingw64\bin\mingw32-make.exe' (C:\ProgramData\Chocolatey\lib\mingw\tools\install\mingw64\bin\mingw32-make.exe). This usually indicates a missing or moved file. Error: Process completed with exit code 1.
1 parent 0c7c896 commit 14212f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/make-check-win.yml

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
go:
1717
- 1.19
1818
steps:
19-
- name: Downgrade mingw to workaround https://github.com/golang/go/issues/46099
20-
run: choco install mingw --version 10.2.0 --allow-downgrade
2119
- name: Check out repository code
2220
uses: actions/checkout@v3
2321
- name: Set up Go

0 commit comments

Comments
 (0)