|
@@ -6,6 +6,7 @@ on:
|
|
env:
|
|
env:
|
|
# Used for the cache key. Add version suffix to force clean build.
|
|
# Used for the cache key. Add version suffix to force clean build.
|
|
GODOT_BASE_BRANCH: 4.4
|
|
GODOT_BASE_BRANCH: 4.4
|
|
|
|
+ GODOT_CPP_BRANCH: 4.4
|
|
SCONSFLAGS: verbose=yes warnings=extra werror=yes module_text_server_fb_enabled=yes strict_checks=yes
|
|
SCONSFLAGS: verbose=yes warnings=extra werror=yes module_text_server_fb_enabled=yes strict_checks=yes
|
|
DOTNET_NOLOGO: true
|
|
DOTNET_NOLOGO: true
|
|
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
|
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
|
@@ -174,6 +175,7 @@ jobs:
|
|
with:
|
|
with:
|
|
bin: ${{ matrix.bin }}
|
|
bin: ${{ matrix.bin }}
|
|
scons-flags: target=template_debug dev_build=yes verbose=yes
|
|
scons-flags: target=template_debug dev_build=yes verbose=yes
|
|
|
|
+ godot-cpp-branch: ${{ env.GODOT_CPP_BRANCH }}
|
|
|
|
|
|
- name: Save Godot build cache
|
|
- name: Save Godot build cache
|
|
uses: ./.github/actions/godot-cache-save
|
|
uses: ./.github/actions/godot-cache-save
|