fix CI for build-lotus-soup.

This commit is contained in:
Raúl Kripalani 2021-02-28 21:07:25 +00:00
parent 9f0c68bb70
commit 8b17a4766d

View File

@ -289,7 +289,7 @@ jobs:
- run: cd extern/filecoin-ffi && make
- run:
name: "go get lotus@master"
command: cd testplans/lotus-soup && go get github.com/filecoin-project/lotus@master
command: cd testplans/lotus-soup && go mod edit -replace=github.com/filecoin-project/lotus=../..
- run:
name: "build lotus-soup testplan"
command: pushd testplans/lotus-soup && go build -tags=testground .