Skip to content

Commit e769ae1

Browse files
authored
fix release CI MinGW version
egor-tensin/setup-mingw#14 is still not fixed, pinning to 12.2.0 to avoid issues
1 parent 3990401 commit e769ae1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ jobs:
107107
uses: egor-tensin/setup-mingw@84c781b557efd538dec66bde06988d81cd3138cf # v2.2.0
108108
with:
109109
platform: ${{ matrix.needs-mingw }}
110+
version: 12.2.0 # https://github.com/egor-tensin/setup-mingw/issues/14
110111
- name: Add MinGW to PATH
111112
if: matrix.needs-mingw != ''
112113
run: echo "C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw32\bin" >> $env:GITHUB_PATH

0 commit comments

Comments
 (0)