diff options
author | Spartan322 <Megacake1234@gmail.com> | 2023-12-03 18:33:37 +0100 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2023-12-05 22:25:02 +0100 |
commit | 291022316a4a3c742be92abd0d2b94256df60143 (patch) | |
tree | dc9a4d1a107902f0b4de21eeb503c4d901379ce0 /.github/workflows/builds.yml | |
parent | e01d332f407420db84fbfd207f18c3fec1c1b6a3 (diff) |
Update to Godot 4.2 Stable Release
Fix compiledb
Fix memory leak caused by LoadLocalisation::add_message's translations static variable
Diffstat (limited to '.github/workflows/builds.yml')
-rw-r--r-- | .github/workflows/builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 6702d90..efa5c85 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -4,7 +4,7 @@ on: [push, pull_request] env: GODOT_BASE_DOWNLOAD_URL: https://github.com/godotengine/godot - GODOT_VERSION: 4.1.3 + GODOT_VERSION: 4.2 GODOT_VERSION_TYPE: stable OPENVIC_BASE_BRANCH: master |