diff --git a/.circleci/config.yml b/.circleci/config.yml index 03ed64869..5f8dc1d5c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ parameters: # Bump this to reset all caches. cache_epoch: type: integer - default: 2 + default: 3 # }}} @@ -193,7 +193,7 @@ jobs: name: Save build cache key: *CACHE_KEY_BUILD_CACHE paths: - - /home/ko/.ccache + - /home/ko/.cache/ccache - save_cache: name: Save build directory key: *CACHE_KEY_BUILD_DIR