summaryrefslogtreecommitdiff
path: root/.github/workflows/android_builds.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/android_builds.yml')
-rw-r--r--.github/workflows/android_builds.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/android_builds.yml b/.github/workflows/android_builds.yml
index 1912189d1c..1e320e4c2d 100644
--- a/.github/workflows/android_builds.yml
+++ b/.github/workflows/android_builds.yml
@@ -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. Add version suffix to force clean build.
+ GODOT_BASE_BRANCH: '4.0'
SCONSFLAGS: verbose=yes warnings=extra werror=yes debug_symbols=no module_text_server_fb_enabled=yes
concurrency: