Skip to content

Commit

Permalink
Revert Choreo Windows CI to MinGW 11.2.0 (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
shueja authored Feb 5, 2024
1 parent bbe4b42 commit 14feec1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,13 @@ jobs:
with:
version: latest
platform: x64

- name: Set up MinGW
if: matrix.os == 'windows-2022'
uses: egor-tensin/setup-mingw@v2
with:
platform: x64
version: 11.2.0
static: 0
- name: Linux deps
if: matrix.os == 'ubuntu-latest'
run: |
Expand Down

0 comments on commit 14feec1

Please sign in to comment.