build: actually save the brew cache on macOS (#22052)

This commit is contained in:
Samuel Attard 2020-02-05 14:15:51 -08:00 committed by GitHub
parent 303ca10846
commit c8fe25e109
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -953,7 +953,6 @@ steps-checkout-and-save-cache: &steps-checkout-and-save-cache
sudo chown -R $(id -u):$(id -g) /portal
mv ./src /portal
- *step-save-src-cache
- *step-save-brew-cache
steps-electron-gn-check: &steps-electron-gn-check
steps:
@ -1349,6 +1348,7 @@ commands:
at: .
- *step-restore-brew-cache
- *step-install-gnutar-on-mac
- *step-save-brew-cache
- when:
condition: << parameters.checkout-and-assume-cache >>
steps: