1
0
mirror of https://github.com/nlohmann/json synced 2024-11-09 14:10:07 +00:00

Fix MinGW CI (#4175)

This commit is contained in:
scribam 2023-10-04 22:16:48 +02:00 committed by GitHub
parent 6adae02ddd
commit edffad036d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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