Sfoglia il codice sorgente

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 anno fa
parent
commit
5b340cb483
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      .github/workflows/ci.yml

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

@@ -76,6 +76,8 @@ jobs:
       - name: Windows dependency (MinGW)
         if: ${{ matrix.platform == 'windows' }}
         uses: egor-tensin/setup-mingw@v2
+        with:
+          version: 12.2.0
 
       - name: Build godot-cpp (debug)
         run: |