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

This commit is contained in:
ebbit1q 2025-05-11 11:48:58 +02:00 committed by GitHub
parent b423edf2b5
commit 48b6e1590c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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