Skip to content

Commit edffad0

Browse files
authored
Fix MinGW CI (nlohmann#4175)
1 parent 6adae02 commit edffad0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/windows.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
uses: egor-tensin/setup-mingw@v2
3030
with:
3131
platform: ${{ matrix.architecture }}
32+
version: 12.2.0 # https://github.com/egor-tensin/setup-mingw/issues/14
3233
- name: Run CMake
3334
run: cmake -S . -B build -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On
3435
- name: Build

0 commit comments

Comments
 (0)