Skip to content

Commit 5b340cb

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 4212e9e commit 5b340cb

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
@@ -76,6 +76,8 @@ jobs:
7676
- name: Windows dependency (MinGW)
7777
if: ${{ matrix.platform == 'windows' }}
7878
uses: egor-tensin/setup-mingw@v2
79+
with:
80+
version: 12.2.0
7981

8082
- name: Build godot-cpp (debug)
8183
run: |

0 commit comments

Comments
 (0)