CI: Fix MinGW install error by pinning to earlier version

Works around https://github.com/egor-tensin/setup-mingw/issues/14.

(cherry picked from commit 0369f6fea0)
pull/1261/head
Rémi Verschelde 2023-10-04 13:42:43 +02:00
parent 48b92acf8c
commit 3b3f357de9
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,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: |