From 19ec0ef25dc992c30c2e134290a62aceb5d65262 Mon Sep 17 00:00:00 2001 From: Travis Person Date: Mon, 2 May 2022 20:18:31 +0000 Subject: [PATCH] ci: deps: remove install-deps for macos builds --- .circleci/config.yml | 1 - .circleci/template.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 646045c0f..b74403100 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -388,7 +388,6 @@ jobs: - restore_cache: name: restore cargo cache key: v3-go-deps-{{ arch }}-{{ checksum "~/go/src/github.com/filecoin-project/lotus/go.sum" }} - - install-deps - run: command: make build no_output_timeout: 30m diff --git a/.circleci/template.yml b/.circleci/template.yml index 755a4f0fa..16d168476 100644 --- a/.circleci/template.yml +++ b/.circleci/template.yml @@ -388,7 +388,6 @@ jobs: - restore_cache: name: restore cargo cache key: v3-go-deps-{{ arch }}-{{ checksum "~/go/src/github.com/filecoin-project/lotus/go.sum" }} - - install-deps - run: command: make build no_output_timeout: 30m