CI: Pin MinGW version to 12.2.0 to fix install issue

pull/10/head
Rémi Verschelde 2023-10-05 13:44:43 +02:00
parent 948cf4be33
commit 18aa438af5
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,8 @@ jobs:
- name: Setup MinGW for Windows/MinGW build
if: ${{ matrix.platform == 'windows' }}
uses: egor-tensin/setup-mingw@v2
with:
version: 12.2.0
- name: Compile godot-cpp
shell: sh