Merge pull request #1259 from akien-mga/ci-fix-mingw-install-error
CI: Fix MinGW install error by pinning to earlier versionpull/1257/head
commit
98737b2678
|
@ -111,6 +111,8 @@ jobs:
|
|||
- name: Setup MinGW for Windows/MinGW build
|
||||
if: ${{ matrix.platform == 'windows' && matrix.flags == 'use_mingw=yes' }}
|
||||
uses: egor-tensin/setup-mingw@v2
|
||||
with:
|
||||
version: 12.2.0
|
||||
|
||||
- name: Generate godot-cpp sources only
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue