CI: Fix MinGW install error by pinning to earlier version
Works around https://github.com/egor-tensin/setup-mingw/issues/14.
(cherry picked from commit 0369f6fea0
)
3.5
parent
4212e9e38b
commit
5b340cb483
|
@ -76,6 +76,8 @@ jobs:
|
||||||
- name: Windows dependency (MinGW)
|
- name: Windows dependency (MinGW)
|
||||||
if: ${{ matrix.platform == 'windows' }}
|
if: ${{ matrix.platform == 'windows' }}
|
||||||
uses: egor-tensin/setup-mingw@v2
|
uses: egor-tensin/setup-mingw@v2
|
||||||
|
with:
|
||||||
|
version: 12.2.0
|
||||||
|
|
||||||
- name: Build godot-cpp (debug)
|
- name: Build godot-cpp (debug)
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue