Merge pull request #44095 from akien-mga/ci-windows-cache-3gb

CI: Shrink Windows cache to 3GB, we run out of disk space
This commit is contained in:
Rémi Verschelde 2020-12-04 21:31:58 +01:00 committed by GitHub
commit 3dc8aaaccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: