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)
3.4
Rémi Verschelde 2023-10-04 13:42:43 +02:00
parent a2b2e101f8
commit 51a5eb76a2
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,8 @@ jobs:
- name: Setup MinGW for Windows/MinGW build
uses: egor-tensin/setup-mingw@v2
with:
version: 12.2.0
- name: Build godot-cpp
run: |