mirror of
https://github.com/godotengine/godot-cpp-template.git
synced 2026-01-06 22:10:00 +03:00
CI: Pin MinGW version to 12.2.0 to fix install issue
This commit is contained in:
2
.github/workflows/builds.yml
vendored
2
.github/workflows/builds.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user