Skip to content

Commit a4aecf3

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 0c3672e commit a4aecf3

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
@@ -99,6 +99,8 @@ jobs:
9999
- name: Windows dependency (MinGW)
100100
if: ${{ matrix.platform == 'windows' }}
101101
uses: egor-tensin/setup-mingw@v2
102+
with:
103+
version: 12.2.0
102104

103105
- name: Build godot-cpp (debug)
104106
run: |

0 commit comments

Comments
 (0)