Skip to content

Commit

Permalink
CI: Pin MinGW version to 12.2.0 to fix install issue
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga committed Oct 5, 2023
1 parent 564620e commit 4ee5588
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ jobs:
- name: Setup MinGW for Windows/MinGW build
if: ${{ matrix.platform == 'windows' }}
uses: egor-tensin/setup-mingw@v2
with:
version: 12.2.0

- name: Compile godot-cpp
shell: sh
Expand Down

0 comments on commit 4ee5588

Please sign in to comment.