Works around https://github.com/egor-tensin/setup-mingw/issues/14. (cherry picked from commit 0369f6fea031886a49e650fe5577e246adbeed39)
@@ -104,6 +104,8 @@ jobs:
- name: Setup MinGW for Windows/MinGW build
if: ${{ matrix.platform == 'windows' && matrix.flags == 'use_mingw=yes' }}
uses: egor-tensin/setup-mingw@v2
+ with:
+ version: 12.2.0
- name: Generate godot-cpp sources only
run: |