summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-12-04 20:05:56 +0100
committerRémi Verschelde <rverschelde@gmail.com>2020-12-04 20:06:15 +0100
commit3e3fded4794963848f5a5beaf84ec1e578778219 (patch)
tree0ed774ba4e7f3b67f39ba662a8d0feb9e9aaa649 /.github
parentc9f626b5987c40635c0cf43a629ac3762a10bcf2 (diff)
CI: Shrink Windows cache to 3GB, we run out of disk space
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows_builds.yml2
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: