fix: fix build devtools

This commit is contained in:
jiang 2023-12-01 16:33:40 +08:00
parent fa0df76f3c
commit 7f621776db

View file

@ -33,6 +33,6 @@ devtools:
env GOBIN= go install golang.org/x/tools/cmd/stringer@latest
env GOBIN= go install github.com/fjl/gencodec@latest
env GOBIN= go install github.com/golang/protobuf/protoc-gen-go@latest
env GOBIN= go install ./cmd/abigen
$(GORUN) build/ci.go install ./cmd/abigen
@type "solc" 2> /dev/null || echo 'Please install solc'
@type "protoc" 2> /dev/null || echo 'Please install protoc'