Don't key brew caching on unrelated things - any hit is better than none
This commit is contained in:
parent
93771b67ad
commit
cd3ede8903
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue