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 1ab11ae commit 41c3a6aCopy full SHA for 41c3a6a
1 file changed
.github/workflows/test.yml
@@ -30,15 +30,11 @@ jobs:
30
31
test_windows:
32
name: Run tests on Windows
33
- runs-on: ubuntu-latest
+ runs-on: windows-latest
34
steps:
35
- uses: actions/checkout@v3
36
with:
37
submodules: true
38
- - name: Install dependencies
39
- run: |
40
- sudo apt-get update
41
- sudo apt-get install libc6-dev-i386 gcc-mingw-w64 wine
42
- name: Install Godot
43
run: |
44
curl --location $GODOT_RELEASE_URL --output godot.zip
@@ -51,7 +47,7 @@ jobs:
51
47
run: make test-mingw-windows64
52
48
env:
53
49
CC: gcc
54
- GODOT_BIN: wine godot.exe
50
+ GODOT_BIN: ./godot.exe
55
XDG_DATA_HOME:
56
XDG_CONFIG_HOME:
57
0 commit comments