Skip to content

Commit

Permalink
CI: Fix MinGW install error by pinning to earlier version
Browse files Browse the repository at this point in the history
Same as for godot-cpp MinGW doesn't work with the newest version so the version is pinned to an earlier version: godotengine/godot-cpp#1259
  • Loading branch information
paddy-exe committed Dec 3, 2023
1 parent 0dac08d commit 72b1006
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,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
Expand Down

0 comments on commit 72b1006

Please sign in to comment.