Browse Source

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

CI: Fix MinGW install error by pinning to earlier version
Rémi Verschelde 1 year ago
parent
commit
98737b2678
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/ci.yml

+ 2 - 0
.github/workflows/ci.yml

@@ -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: |