Refactor ccache configuration to use a unified cache directory.

This commit is contained in:
tequ
2025-12-04 20:21:10 +09:00
parent 0ed68bf136
commit 433729fe53
2 changed files with 5 additions and 17 deletions

View File

@@ -181,8 +181,7 @@ jobs:
image: ubuntu:24.04
volumes:
- /home/runner/.conan-cache:/.conan-cache
- /home/runner/.ccache-main:/github/home/.ccache-main
- /home/runner/.ccache-current:/github/home/.ccache-current
- /home/runner/.ccache-cache:/github/home/.ccache-cache
defaults:
run:
shell: bash