chore: force homebrew cache to update (#25703)

This commit is contained in:
John Kleinschmidt 2020-09-30 13:47:25 -04:00 committed by GitHub
parent 2b3b3fea2e
commit 4316c4125f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -322,13 +322,13 @@ step-restore-brew-cache: &step-restore-brew-cache
paths:
- /usr/local/Homebrew
keys:
- v1-brew-cache-{{ arch }}
- v2-brew-cache-{{ arch }}
step-save-brew-cache: &step-save-brew-cache
save_cache:
paths:
- /usr/local/Homebrew
key: v1-brew-cache-{{ arch }}
key: v2-brew-cache-{{ arch }}
name: Persisting brew cache
step-get-more-space-on-mac: &step-get-more-space-on-mac