Skip to content

Commit

Permalink
Fix MinGW install error on github CI
Browse files Browse the repository at this point in the history
(as found on GDExtensionSummator)
  • Loading branch information
oparisy committed Dec 30, 2023
1 parent f68a9aa commit 4e727d9
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 4e727d9

Please sign in to comment.