We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1912ad commit e62a08aCopy full SHA for e62a08a
1 file changed
.github/workflows/test.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Install dependencies
38
run: |
39
sudo apt-get update
40
- sudo apt-get install wine
+ sudo apt-get install gcc-mingw-w64 wine
41
- name: Install Godot
42
43
curl --location $GODOT_RELEASE_URL --output godot.zip
0 commit comments