We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa9515 commit 16babd8Copy full SHA for 16babd8
.github/workflows/windows_builds.yml
@@ -6,7 +6,7 @@ on:
6
# SCONS_CACHE for windows must be set in the build environment
7
env:
8
# Used for the cache key. Add version suffix to force clean build.
9
- GODOT_BASE_BRANCH: 4.2
+ GODOT_BASE_BRANCH: 4.2-clean-build-suffix
10
SCONSFLAGS: verbose=yes warnings=extra werror=yes module_text_server_fb_enabled=yes
11
SCONS_CACHE_MSVC_CONFIG: true
12
0 commit comments