diff options
| -rw-r--r-- | .github/workflows/windows_builds.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows_builds.yml b/.github/workflows/windows_builds.yml index 71a1b580b1..e8f3d3d297 100644 --- a/.github/workflows/windows_builds.yml +++ b/.github/workflows/windows_builds.yml @@ -7,7 +7,7 @@ env:    GODOT_BASE_BRANCH: master    SCONSFLAGS: platform=windows verbose=yes warnings=all werror=yes --jobs=2    SCONS_CACHE_MSVC_CONFIG: true -  SCONS_CACHE_LIMIT: 4096 +  SCONS_CACHE_LIMIT: 3072  jobs:    windows-editor:  |