diff options
Diffstat (limited to '.circleci/config.yml')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 6071275..e4082de 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,7 +27,7 @@ defaults: &defaults command: stack --stack-yaml=${STACK_FILE} test || stack --stack-yaml=${STACK_FILE} exec --no-ghc-package-path $(stack --stack-yaml=${STACK_FILE} path --dist-dir)/build/test/test - save_cache: name: Cache Dependencies - key: haskell-code-explorer-{{ checksum "stack-build.txt" }} + key: haskell-code-explorer-v1-{{ checksum "stack-build.txt" }} paths: - "/root/.stack" - "/root/.cache" |