Skip to content

Commit 98737b2

Browse files
authored
Merge pull request #1259 from akien-mga/ci-fix-mingw-install-error
CI: Fix MinGW install error by pinning to earlier version
2 parents bf2f9e2 + 0369f6f commit 98737b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ jobs:
111111
- name: Setup MinGW for Windows/MinGW build
112112
if: ${{ matrix.platform == 'windows' && matrix.flags == 'use_mingw=yes' }}
113113
uses: egor-tensin/setup-mingw@v2
114+
with:
115+
version: 12.2.0
114116

115117
- name: Generate godot-cpp sources only
116118
run: |

0 commit comments

Comments
 (0)