2121 sudo apt-get update -qq
2222 sudo apt-get install -qqq build-essential pkg-config
2323 python -m pip install scons
24- curl -LO https://downloads.tuxfamily.org/godotengine/3.4/Godot_v3.4-stable_linux_server.64.zip
25- unzip Godot_v3.4-stable_linux_server.64.zip
24+ curl -LO https://downloads.tuxfamily.org/godotengine/3.4.2 /Godot_v3.4.2 -stable_linux_server.64.zip
25+ unzip Godot_v3.4.2 -stable_linux_server.64.zip
2626
2727 - name : Build godot-cpp
2828 run : |
4141
4242 - name : Run test GDNative library
4343 run : |
44- ./Godot_v3.4-stable_linux_server.64 --path test -s script.gd
44+ ./Godot_v3.4.2 -stable_linux_server.64 --path test -s script.gd
4545
4646 linux-cmake :
4747 name : Build (Linux, GCC, CMake)
5656 run : |
5757 sudo apt-get update -qq
5858 sudo apt-get install -qqq build-essential pkg-config cmake
59- curl -LO https://downloads.tuxfamily.org/godotengine/3.4/Godot_v3.4-stable_linux_server.64.zip
60- unzip Godot_v3.4-stable_linux_server.64.zip
59+ curl -LO https://downloads.tuxfamily.org/godotengine/3.4.2 /Godot_v3.4.2 -stable_linux_server.64.zip
60+ unzip Godot_v3.4.2 -stable_linux_server.64.zip
6161
6262 - name : Build godot-cpp
6363 run : |
7171
7272 - name : Run test GDNative library
7373 run : |
74- ./Godot_v3.4-stable_linux_server.64 --path test -s script.gd
74+ ./Godot_v3.4.2 -stable_linux_server.64 --path test -s script.gd
7575
7676 linux-cmake-ninja :
7777 name : Build (Linux, GCC, CMake Ninja)
8686 run : |
8787 sudo apt-get update -qq
8888 sudo apt-get install -qqq build-essential pkg-config cmake ninja-build
89- curl -LO https://downloads.tuxfamily.org/godotengine/3.4/Godot_v3.4-stable_linux_server.64.zip
90- unzip Godot_v3.4-stable_linux_server.64.zip
89+ curl -LO https://downloads.tuxfamily.org/godotengine/3.4.2 /Godot_v3.4.2 -stable_linux_server.64.zip
90+ unzip Godot_v3.4.2 -stable_linux_server.64.zip
9191
9292 - name : Build godot-cpp
9393 run : |
@@ -101,7 +101,7 @@ jobs:
101101
102102 - name : Run test GDNative library
103103 run : |
104- ./Godot_v3.4-stable_linux_server.64 --path test -s script.gd
104+ ./Godot_v3.4.2 -stable_linux_server.64 --path test -s script.gd
105105
106106 windows-msvc :
107107 name : Build (Windows, MSVC)
@@ -183,8 +183,8 @@ jobs:
183183 - name : Install dependencies
184184 run : |
185185 python -m pip install scons
186- curl -LO https://downloads.tuxfamily.org/godotengine/3.4/Godot_v3.4-stable_osx.universal.zip
187- unzip Godot_v3.4-stable_osx.universal.zip
186+ curl -LO https://downloads.tuxfamily.org/godotengine/3.4/Godot_v3.4.2 -stable_osx.universal.zip
187+ unzip Godot_v3.4.2 -stable_osx.universal.zip
188188
189189 - name : Build godot-cpp
190190 run : |
0 commit comments