Skip to content

Commit

Permalink
Fix MinGW CI (#4175)
Browse files Browse the repository at this point in the history
  • Loading branch information
scribam committed Oct 4, 2023
1 parent 6adae02 commit edffad0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edffad0

Please sign in to comment.