Skip to content

Commit 48c9bc5

Browse files
committed
Fix setup wine before using it
1 parent 2d672dd commit 48c9bc5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
touch _sc_
4848
env:
4949
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
5052
- name: Build and test
5153
run: make test-mingw-windows64
5254
env:

0 commit comments

Comments
 (0)