diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-12-04 20:05:56 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-12-04 20:06:15 +0100 |
commit | 3e3fded4794963848f5a5beaf84ec1e578778219 (patch) | |
tree | 0ed774ba4e7f3b67f39ba662a8d0feb9e9aaa649 /.github | |
parent | c9f626b5987c40635c0cf43a629ac3762a10bcf2 (diff) |
CI: Shrink Windows cache to 3GB, we run out of disk space
Diffstat (limited to '.github')
-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: |