Skip to content

Commit

Permalink
Merge pull request #44 from jakeru/fix-windows-ci
Browse files Browse the repository at this point in the history
CI fix: Use fixed mingw version when building for Windows
  • Loading branch information
jasmcaus authored Nov 12, 2024
2 parents 966cf03 + 9b6b9e5 commit 37db776
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up MinGW
uses: egor-tensin/setup-mingw@v2
uses: egor-tensin/setup-mingw@v2.2.0
with:
platform: ${{ matrix.architecture }}
version: 12.2.0

- name: CMake
run: |
Expand Down

0 comments on commit 37db776

Please sign in to comment.