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

CI: Pin MinGW version to 12.2.0 to fix install issue
pull/11/head
Rémi Verschelde 2023-10-05 14:52:15 +02:00 committed by GitHub
commit 7ea1d169d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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