1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Clamp scons cache to 4096 MB

This commit is contained in:
Gordon MacPherson
2020-07-24 00:14:03 +01:00
parent 819ef12d68
commit 3c07d0ff32
5 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ on: [push, pull_request]
# Global Cache Settings
env:
SCONS_CACHE_LIMIT: 8192
SCONS_CACHE_LIMIT: 4096
jobs:
linux-editor: