readd cache size limit

This commit is contained in:
Bruno Alexandre Rosa 2025-12-25 11:35:19 -03:00
parent b7e03b38a3
commit 4639f62a4c

View file

@ -344,6 +344,9 @@ jobs:
runs-on: ${{matrix.runner}} runs-on: ${{matrix.runner}}
env: env:
CCACHE_DIR: ${{github.workspace}}/.cache/ CCACHE_DIR: ${{github.workspace}}/.cache/
# Cache size over the entire repo is 10Gi:
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#usage-limits-and-eviction-policy
CCACHE_SIZE: 500M
steps: steps:
- name: Checkout - name: Checkout