From edffad036d5a93ab5a10f72a7d835eeb0d2948f9 Mon Sep 17 00:00:00 2001 From: scribam Date: Wed, 4 Oct 2023 22:16:48 +0200 Subject: [PATCH] Fix MinGW CI (#4175) --- .github/workflows/windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f4d415227..7ddd4be25 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -29,6 +29,7 @@ jobs: uses: egor-tensin/setup-mingw@v2 with: platform: ${{ matrix.architecture }} + version: 12.2.0 # https://github.com/egor-tensin/setup-mingw/issues/14 - name: Run CMake run: cmake -S . -B build -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On - name: Build