Skip to content

Commit c113ddc

Browse files
committed
Update Godot to 3.4.2
1 parent 412cd16 commit c113ddc

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
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: |
@@ -41,7 +41,7 @@ jobs:
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)
@@ -56,8 +56,8 @@ jobs:
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: |
@@ -71,7 +71,7 @@ jobs:
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)
@@ -86,8 +86,8 @@ jobs:
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

Comments
 (0)