Don't key brew caching on unrelated things - any hit is better than none

This commit is contained in:
Dan Caseley 2020-07-22 13:43:51 +01:00
parent 93771b67ad
commit cd3ede8903
1 changed files with 2 additions and 2 deletions

View File

@ -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