GHA CI: tweak cache size

It seems ~500MB is enough to cache all the build artifacts but we still
make it a bit larger to avoid thrashing.
This commit is contained in:
Chocobo1 2025-02-25 14:19:26 +08:00
parent 6e1b5ec18b
commit 83599f1f7b
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ jobs:
store_cache: ${{ github.ref == 'refs/heads/master' }}
update_packager_index: false
ccache_options: |
max_size=2G
max_size=1G
- name: Install boost
env:

View File

@ -47,7 +47,7 @@ jobs:
store_cache: ${{ github.ref == 'refs/heads/master' }}
update_packager_index: false
ccache_options: |
max_size=2G
max_size=1G
- name: Install boost
env: