chore: force homebrew cache to update (#25703)
This commit is contained in:
parent
2b3b3fea2e
commit
4316c4125f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue