From d479df19f796b922ce54a9ded33de13a23d13cf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 4 Oct 2023 13:42:43 +0200 Subject: [PATCH] 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) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 062cefa7..f60dbf14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,6 +104,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: |