From 24bf1417c649531d49420121286e2e57830ae210 Mon Sep 17 00:00:00 2001 From: Syrus Date: Tue, 22 Jan 2019 21:26:29 -0800 Subject: [PATCH] Try to skip brew updates --- .circleci/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 35a658daa..ee88d5afc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: |