diff --git a/.circleci/config.yml b/.circleci/config.yml index acda4b9e4..20c82aea0 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 2033d2169..f2fa1c080 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