Browse Source

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 0369f6fea031886a49e650fe5577e246adbeed39)
Rémi Verschelde 1 year ago
parent
commit
5b340cb483
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/ci.yml

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

@@ -76,6 +76,8 @@ jobs:
       - name: Windows dependency (MinGW)
       - name: Windows dependency (MinGW)
         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: Build godot-cpp (debug)
       - name: Build godot-cpp (debug)
         run: |
         run: |