diff options
author | Gordon MacPherson <gordon@gordonite.tech> | 2020-07-24 00:14:03 +0100 |
---|---|---|
committer | Gordon MacPherson <gordon@gordonite.tech> | 2020-07-24 00:14:03 +0100 |
commit | 3c07d0ff325598027e4cd7b5204726cb585e056e (patch) | |
tree | cc5756d78a0f4868553d5deb0e2da152043b6067 /.github/workflows/android_builds.yml | |
parent | 819ef12d68548c8b50c99d2ce62413bafaa00d9c (diff) |
Clamp scons cache to 4096 MB
Diffstat (limited to '.github/workflows/android_builds.yml')
-rw-r--r-- | .github/workflows/android_builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android_builds.yml b/.github/workflows/android_builds.yml index 1b3071028a..ebe91702de 100644 --- a/.github/workflows/android_builds.yml +++ b/.github/workflows/android_builds.yml @@ -3,7 +3,7 @@ on: [push, pull_request] # Global Cache Settings env: - SCONS_CACHE_LIMIT: 8192 + SCONS_CACHE_LIMIT: 4096 jobs: android-template: |