Skip to content

Commit

Permalink
Work around MinGW incompatibilities
Browse files Browse the repository at this point in the history
This adds a workaround for:

 - egor-tensin/setup-mingw#14
  • Loading branch information
0x6675636b796f75676974687562 authored Jul 31, 2024
1 parent 03c72a6 commit d85202e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
uses: egor-tensin/setup-mingw@v2
with:
platform: ${{ matrix.arch }}
version: 12.2.0

- name: 'Set up MinGW environment'
if: ${{ runner.os == 'Windows' }}
Expand Down

0 comments on commit d85202e

Please sign in to comment.