forked from Sara.Sync/godot-cpp-template
Merge pull request #10 from akien-mga/ci-fix-mingw-install
CI: Pin MinGW version to 12.2.0 to fix install issuemain
commit
7ea1d169d8
|
@ -81,6 +81,8 @@ jobs:
|
|||
- name: Setup MinGW for Windows/MinGW build
|
||||
if: ${{ matrix.platform == 'windows' }}
|
||||
uses: egor-tensin/setup-mingw@v2
|
||||
with:
|
||||
version: 12.2.0
|
||||
|
||||
- name: Compile godot-cpp
|
||||
shell: sh
|
||||
|
|
Loading…
Reference in New Issue