Skip to content

Commit

Permalink
Merge pull request #10 from akien-mga/ci-fix-mingw-install
Browse files Browse the repository at this point in the history
CI: Pin MinGW version to 12.2.0 to fix install issue
  • Loading branch information
akien-mga authored Oct 5, 2023
2 parents 948cf4b + 18aa438 commit 7ea1d16
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 @@ -81,6 +81,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 7ea1d16

Please sign in to comment.