We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3990401 commit e769ae1Copy full SHA for e769ae1
.github/workflows/release.yml
@@ -107,6 +107,7 @@ jobs:
107
uses: egor-tensin/setup-mingw@84c781b557efd538dec66bde06988d81cd3138cf # v2.2.0
108
with:
109
platform: ${{ matrix.needs-mingw }}
110
+ version: 12.2.0 # https://github.com/egor-tensin/setup-mingw/issues/14
111
- name: Add MinGW to PATH
112
if: matrix.needs-mingw != ''
113
run: echo "C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw32\bin" >> $env:GITHUB_PATH
0 commit comments