File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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.3.3 /Godot_v3.3.3 -stable_linux_server.64.zip
25- unzip Godot_v3.3.3 -stable_linux_server.64.zip
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
2626
2727 - name : Build godot-cpp
2828 run : |
4141
4242 - name : Run test GDNative library
4343 run : |
44- ./Godot_v3.3.3 -stable_linux_server.64 --path test -s script.gd
44+ ./Godot_v3.4 -stable_linux_server.64 --path test -s script.gd
4545
4646 windows-msvc :
4747 name : Build (Windows, MSVC)
@@ -123,8 +123,8 @@ jobs:
123123 - name : Install dependencies
124124 run : |
125125 python -m pip install scons
126- curl -LO https://downloads.tuxfamily.org/godotengine/3.3.3 /Godot_v3.3.3 -stable_osx.universal.zip
127- unzip Godot_v3.3.3 -stable_osx.universal.zip
126+ curl -LO https://downloads.tuxfamily.org/godotengine/3.4 /Godot_v3.4 -stable_osx.universal.zip
127+ unzip Godot_v3.4 -stable_osx.universal.zip
128128
129129 - name : Build godot-cpp
130130 run : |
You can’t perform that action at this time.
0 commit comments