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 ed2a9e5 commit ad9dc25Copy full SHA for ad9dc25
1 file changed
.github/workflows/test.yml
@@ -20,6 +20,7 @@ jobs:
20
curl --location $GODOT_RELEASE_URL --output godot.zip
21
unzip godot.zip
22
mv Godot_* godot
23
+ touch _sc_
24
env:
25
GODOT_RELEASE_URL: https://github.com/godotengine/godot/releases/download/3.5.1-stable/Godot_v3.5.1-stable_linux_headless.64.zip
26
- name: Build and test
@@ -43,6 +44,7 @@ jobs:
43
44
45
46
mv Godot_*.exe godot.exe
47
48
49
GODOT_RELEASE_URL: https://github.com/godotengine/godot/releases/download/3.5.1-stable/Godot_v3.5.1-stable_win64.exe.zip
50
0 commit comments