ci: deps: remove install-deps for macos builds

This commit is contained in:
Travis Person 2022-05-02 20:18:31 +00:00 committed by jennijuju
parent 94d9dee0dd
commit 19ec0ef25d
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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