We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6adae02 commit edffad0Copy full SHA for edffad0
.github/workflows/windows.yml
@@ -29,6 +29,7 @@ jobs:
29
uses: egor-tensin/setup-mingw@v2
30
with:
31
platform: ${{ matrix.architecture }}
32
+ version: 12.2.0 # https://github.com/egor-tensin/setup-mingw/issues/14
33
- name: Run CMake
34
run: cmake -S . -B build -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On
35
- name: Build
0 commit comments