Skip to content

Commit

Permalink
fix release CI MinGW version
Browse files Browse the repository at this point in the history
 egor-tensin/setup-mingw#14 is still not fixed, pinning to 12.2.0 to avoid issues
  • Loading branch information
V0ldek authored Feb 29, 2024
1 parent 3990401 commit e769ae1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
uses: egor-tensin/setup-mingw@84c781b557efd538dec66bde06988d81cd3138cf # v2.2.0
with:
platform: ${{ matrix.needs-mingw }}
version: 12.2.0 # https://github.com/egor-tensin/setup-mingw/issues/14
- name: Add MinGW to PATH
if: matrix.needs-mingw != ''
run: echo "C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw32\bin" >> $env:GITHUB_PATH
Expand Down

0 comments on commit e769ae1

Please sign in to comment.