From 09acf9a22396f074c83609a2b3d8770962d55e47 Mon Sep 17 00:00:00 2001 From: Dominic Steinitz Date: Tue, 3 Apr 2018 16:10:47 +0100 Subject: Force a new cache --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.circleci') diff --git a/.circleci/config.yml b/.circleci/config.yml index 308dc04..19a4f3f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ jobs: steps: - checkout - restore_cache: - key: stack-deps-foo-{{ checksum "stack.yaml" }} + key: stack-deps-bar-{{ checksum "stack.yaml" }} - run: name: Update packages command: nix-channel --update @@ -19,7 +19,7 @@ jobs: - save_cache: paths: - "~/.stack" - key: stack-deps-foo-{{ checksum "stack.yaml" }} + key: stack-deps-bar-{{ checksum "stack.yaml" }} - run: name: Building command: stack build --pedantic -- cgit v1.2.3