Skip to content

Commit e62a08a

Browse files
committed
Fix test Windows dependency
1 parent e1912ad commit e62a08a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install dependencies
3838
run: |
3939
sudo apt-get update
40-
sudo apt-get install wine
40+
sudo apt-get install gcc-mingw-w64 wine
4141
- name: Install Godot
4242
run: |
4343
curl --location $GODOT_RELEASE_URL --output godot.zip

0 commit comments

Comments
 (0)