Try to skip brew updates

This commit is contained in:
Syrus 2019-01-22 21:26:29 -08:00
parent 65d136e91a
commit 24bf1417c6

View File

@ -63,9 +63,9 @@ jobs:
keys:
- v5-cargo-cache-darwin-{{ arch }}-{{ checksum "Cargo.lock" }}
- v5-cargo-cache-darwin-{{ arch }}-brew
- run:
name: Update Brew
command: brew update || true
# - run:
# name: Update Brew
# command: brew update || true
- run:
name: Install crate dependencies
command: |
@ -158,9 +158,9 @@ jobs:
keys:
- v5-cargo-cache-darwin-{{ arch }}-{{ checksum "Cargo.lock" }}
- v5-cargo-cache-darwin-{{ arch }}-brew
- run:
name: Update Brew
command: brew update || true
# - run:
# name: Update Brew
# command: brew update || true
- run:
name: Install crate dependencies
command: |