Skip to content

Commit 41c3a6a

Browse files
committed
Try building Windows test in Windows runner
1 parent 1ab11ae commit 41c3a6a

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,11 @@ jobs:
3030

3131
test_windows:
3232
name: Run tests on Windows
33-
runs-on: ubuntu-latest
33+
runs-on: windows-latest
3434
steps:
3535
- uses: actions/checkout@v3
3636
with:
3737
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
4238
- name: Install Godot
4339
run: |
4440
curl --location $GODOT_RELEASE_URL --output godot.zip
@@ -51,7 +47,7 @@ jobs:
5147
run: make test-mingw-windows64
5248
env:
5349
CC: gcc
54-
GODOT_BIN: wine godot.exe
50+
GODOT_BIN: ./godot.exe
5551
XDG_DATA_HOME:
5652
XDG_CONFIG_HOME:
5753

0 commit comments

Comments
 (0)