From cd3ede8903fea73fad04c23ff257c8d7df432317 Mon Sep 17 00:00:00 2001 From: Dan Caseley Date: Wed, 22 Jul 2020 13:43:51 +0100 Subject: [PATCH] Don't key brew caching on unrelated things - any hit is better than none --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 63c4aaf14..94b792f44 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -131,13 +131,13 @@ commands: description: Restore Brew cache steps: - restore_cache: - key: brew-{{ checksum "yarn.lock" }}-{{ checksum ".circleci/config.yml" }} + key: brew-mac save-brew-cache: description: Save brew cache steps: - save_cache: - key: brew-{{ checksum "yarn.lock" }}-{{ checksum ".circleci/config.yml" }} + key: brew-mac paths: - /usr/local/Homebrew