With default cache settings:
use-github-cache: true
use-local-cache: true
in our CI we see the runner run out of disk space around 1/2 the time. For example:
https://github.com/Rust-GPU/Rust-CUDA/actions/runs/13938588399/job/39011124853
We are already only including --toolkit:
linux-local-args: [
"--toolkit"
]
Is there any way to tune the cache? Which cache may be causing this?