Merge pull request #1259 from akien-mga/ci-fix-mingw-install-error

CI: Fix MinGW install error by pinning to earlier version
pull/1257/head
Rémi Verschelde 2023-10-04 15:20:37 +02:00 committed by GitHub
commit 98737b2678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: |