Skip to content

Commit 7de6472

Browse files
committed
Fix OSX GODOT_BIN and Windows dependency
1 parent e62a08a commit 7de6472

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
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 gcc-mingw-w64 wine
40+
sudo apt-get install libc6-dev-i386 gcc-mingw-w64 wine
4141
- name: Install Godot
4242
run: |
4343
curl --location $GODOT_RELEASE_URL --output godot.zip
@@ -66,5 +66,5 @@ jobs:
6666
- name: Build and test
6767
run: make test-osx64
6868
env:
69-
GODOT_BIN: open ./Godot.app --args
69+
GODOT_BIN: ./Godot.app/Contents/MacOS/Godot
7070

0 commit comments

Comments
 (0)