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 e62a08a commit 7de6472Copy full SHA for 7de6472
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 gcc-mingw-w64 wine
+ sudo apt-get install libc6-dev-i386 gcc-mingw-w64 wine
41
- name: Install Godot
42
43
curl --location $GODOT_RELEASE_URL --output godot.zip
@@ -66,5 +66,5 @@ jobs:
66
- name: Build and test
67
run: make test-osx64
68
env:
69
- GODOT_BIN: open ./Godot.app --args
+ GODOT_BIN: ./Godot.app/Contents/MacOS/Godot
70
0 commit comments