|
@@ -4,8 +4,8 @@ on:
|
|
|
|
|
|
# Global Settings
|
|
|
env:
|
|
|
- # Only used for the cache key. Increment version to force clean build.
|
|
|
- GODOT_BASE_BRANCH: master
|
|
|
+ # Used for the cache key, and godot-cpp checkout. Add version suffix to force clean build.
|
|
|
+ GODOT_BASE_BRANCH: '4.0'
|
|
|
SCONSFLAGS: verbose=yes warnings=extra werror=yes module_text_server_fb_enabled=yes
|
|
|
DOTNET_NOLOGO: true
|
|
|
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
|
@@ -182,6 +182,7 @@ jobs:
|
|
|
uses: actions/checkout@v3
|
|
|
with:
|
|
|
repository: godotengine/godot-cpp
|
|
|
+ ref: ${{ env.GODOT_BASE_BRANCH }}
|
|
|
submodules: 'recursive'
|
|
|
path: 'godot-cpp'
|
|
|
|