Skip to content

Commit

Permalink
Fix mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
mradugin authored Jul 13, 2024
1 parent cc81a0a commit a7a9b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
if: matrix.os == 'windows-latest' && matrix.generator == 'Ninja'
uses: msys2/setup-msys2@v2
with:
msystem: ${{matrix.sys}}
msystem: mingw64
update: true
install: >-
git
Expand Down

0 comments on commit a7a9b07

Please sign in to comment.