diff --git a/.circleci/config.yml b/.circleci/config.yml index c5bdeaa1b..0cff77eb2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -68,7 +68,7 @@ jobs: - run: sudo apt-get install npm - restore_cache: name: restore go mod cache - key: v1-go-deps-{{ arch }}-{{ checksum "/home/circleci/project/lotus/go.mod" }} + key: v1-go-deps-{{ arch }}-{{ checksum "/home/circleci/project/go.mod" }} - run: command: make buildall - store_artifacts: diff --git a/Makefile b/Makefile index eba15d1c6..e37dcf3e8 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ BINS+=lotus-seal-worker build: lotus lotus-storage-miner lotus-seal-worker @[[ $$(type -P "lotus") ]] && echo "Caution: you have \ -an existing lotus binary in your PATH. This may cause problems if you don't run 'sudo make install'" +an existing lotus binary in your PATH. This may cause problems if you don't run 'sudo make install'" || true .PHONY: build