Skip to content

Commit

Permalink
CI: Fix MinGW install error by pinning to earlier version
Browse files Browse the repository at this point in the history
Works around egor-tensin/setup-mingw#14.

(cherry picked from commit 0369f6f)
  • Loading branch information
akien-mga committed Oct 4, 2023
1 parent 3a9118c commit d479df1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ jobs:
- name: Setup MinGW for Windows/MinGW build
if: ${{ matrix.platform == 'windows' && matrix.flags == 'use_mingw=yes' }}
uses: egor-tensin/setup-mingw@v2
with:
version: 12.2.0

- name: Generate godot-cpp sources only
run: |
Expand Down

0 comments on commit d479df1

Please sign in to comment.