Skip to content

Commit d479df1

Browse files
committed
CI: Fix MinGW install error by pinning to earlier version
Works around egor-tensin/setup-mingw#14. (cherry picked from commit 0369f6f)
1 parent 3a9118c commit d479df1

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
@@ -104,6 +104,8 @@ jobs:
104104
- name: Setup MinGW for Windows/MinGW build
105105
if: ${{ matrix.platform == 'windows' && matrix.flags == 'use_mingw=yes' }}
106106
uses: egor-tensin/setup-mingw@v2
107+
with:
108+
version: 12.2.0
107109

108110
- name: Generate godot-cpp sources only
109111
run: |

0 commit comments

Comments
 (0)