From 72b10062b3d4ebe8386173347f38e08a299685ed Mon Sep 17 00:00:00 2001 From: Patrick Exner Date: Sun, 3 Dec 2023 01:22:46 +0100 Subject: [PATCH] CI: Fix MinGW install error by pinning to earlier version Same as for godot-cpp MinGW doesn't work with the newest version so the version is pinned to an earlier version: https://github.com/godotengine/godot-cpp/pull/1259 --- .github/workflows/builds.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 382edd8..fab6ada 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -84,6 +84,8 @@ jobs: - name: Setup MinGW for Windows/MinGW build if: ${{ matrix.platform == 'windows' }} uses: egor-tensin/setup-mingw@v2 + with: + version: 12.2.0 - name: Compile godot-cpp shell: sh