ci: deps: remove install-deps for macos builds

This commit is contained in:
Travis Person
2022-05-03 15:12:01 -04:00
committed by jennijuju
parent 94d9dee0dd
commit 19ec0ef25d
2 changed files with 0 additions and 2 deletions
-1
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
-1
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