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 2d672dd commit 48c9bc5Copy full SHA for 48c9bc5
1 file changed
.github/workflows/test.yml
@@ -47,6 +47,8 @@ jobs:
47
touch _sc_
48
env:
49
GODOT_RELEASE_URL: https://github.com/godotengine/godot/releases/download/3.5.1-stable/Godot_v3.5.1-stable_win64.exe.zip
50
+ - name: Setup wine
51
+ run: wineboot
52
- name: Build and test
53
run: make test-mingw-windows64
54
0 commit comments