Skip to content

Commit 78f3631

Browse files
committed
Remove test Windows target
1 parent 88249f4 commit 78f3631

1 file changed

Lines changed: 21 additions & 20 deletions

File tree

.github/workflows/test.yml

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -28,26 +28,27 @@ jobs:
2828
env:
2929
GODOT_BIN: ./godot
3030

31-
test_windows:
32-
name: Run tests on Windows
33-
runs-on: windows-latest
34-
steps:
35-
- uses: actions/checkout@v3
36-
with:
37-
submodules: true
38-
- name: Install Godot
39-
run: |
40-
curl --location $GODOT_RELEASE_URL --output godot.zip
41-
unzip godot.zip
42-
mv Godot_*.exe godot.exe
43-
touch _sc_
44-
env:
45-
GODOT_RELEASE_URL: https://github.com/godotengine/godot/releases/download/3.5.1-stable/Godot_v3.5.1-stable_win64.exe.zip
46-
- name: Build and test
47-
run: make test-windows64
48-
env:
49-
CC: gcc
50-
GODOT_BIN: ./godot.exe
31+
# Windows GitHub runner does not support creating an OpenGL context for running Godot =/
32+
# test_windows:
33+
# name: Run tests on Windows
34+
# runs-on: windows-latest
35+
# steps:
36+
# - uses: actions/checkout@v3
37+
# with:
38+
# submodules: true
39+
# - name: Install Godot
40+
# run: |
41+
# curl --location $GODOT_RELEASE_URL --output godot.zip
42+
# unzip godot.zip
43+
# mv Godot_*.exe godot.exe
44+
# touch _sc_
45+
# env:
46+
# GODOT_RELEASE_URL: https://github.com/godotengine/godot/releases/download/3.5.1-stable/Godot_v3.5.1-stable_win64.exe.zip
47+
# - name: Build and test
48+
# run: make test-windows64
49+
# env:
50+
# CC: gcc
51+
# GODOT_BIN: ./godot.exe
5152

5253
test_osx:
5354
name: Run tests on OSX

0 commit comments

Comments
 (0)