increase cache size for ccache on linux ci (#5935)

This commit is contained in:
ebbit1q 2025-05-11 11:48:58 +02:00
parent 2e8a1e9a29
commit 7e45615d57

View file

@ -133,7 +133,7 @@ jobs:
CACHE: /tmp/${{matrix.distro}}${{matrix.version}}-cache # ${{runner.temp}} does not work?
# 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: 200M
CCACHE_SIZE: 500M
steps:
- name: Checkout