diff --git a/.github/workflows/android_builds.yml b/.github/workflows/android_builds.yml index 1b3071028a6..ebe91702de3 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: diff --git a/.github/workflows/javascript_builds.yml b/.github/workflows/javascript_builds.yml index c25140979b4..19fa6c34fd5 100644 --- a/.github/workflows/javascript_builds.yml +++ b/.github/workflows/javascript_builds.yml @@ -3,7 +3,7 @@ on: [push, pull_request] # Global Cache Settings env: - SCONS_CACHE_LIMIT: 8192 + SCONS_CACHE_LIMIT: 4096 EM_VERSION: latest EM_CACHE_FOLDER: 'emsdk-cache' diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index 8806a567fae..6f6f4669f7a 100644 --- a/.github/workflows/linux_builds.yml +++ b/.github/workflows/linux_builds.yml @@ -3,7 +3,7 @@ on: [push, pull_request] # Global Cache Settings env: - SCONS_CACHE_LIMIT: 8192 + SCONS_CACHE_LIMIT: 4096 jobs: linux-editor: diff --git a/.github/workflows/macos_builds.yml b/.github/workflows/macos_builds.yml index 8624178e280..392a3da595b 100644 --- a/.github/workflows/macos_builds.yml +++ b/.github/workflows/macos_builds.yml @@ -3,7 +3,7 @@ on: [push, pull_request] # Global Cache Settings env: - SCONS_CACHE_LIMIT: 8192 + SCONS_CACHE_LIMIT: 4096 jobs: macos-editor: diff --git a/.github/workflows/windows_builds.yml b/.github/workflows/windows_builds.yml index 036f11526e3..0f707062ec1 100644 --- a/.github/workflows/windows_builds.yml +++ b/.github/workflows/windows_builds.yml @@ -5,7 +5,7 @@ on: [push, pull_request] # SCONS_CACHE for windows must be set in the build environment env: SCONS_CACHE_MSVC_CONFIG: true - SCONS_CACHE_LIMIT: 8192 + SCONS_CACHE_LIMIT: 4096 jobs: windows-editor: