fix(status-go)_: install protobuf (#16488)
This commit is contained in:
parent
62cfed201f
commit
7c39fe40b0
3
Makefile
3
Makefile
|
@ -66,7 +66,7 @@ else # "variables.mk" was included. Business as usual until the end of this file
|
|||
all: nim_status_client
|
||||
|
||||
nix-shell: export NIX_USER_CONF_FILES := $(PWD)/nix/nix.conf
|
||||
nix-shell:
|
||||
nix-shell:
|
||||
nix-shell
|
||||
|
||||
# must be included after the default target
|
||||
|
@ -445,6 +445,7 @@ status-go: $(STATUSGO)
|
|||
status-go-deps:
|
||||
go install go.uber.org/mock/mockgen@v0.4.0
|
||||
go install github.com/kevinburke/go-bindata/v4/...@v4.0.2
|
||||
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.1
|
||||
|
||||
status-go-clean:
|
||||
echo -e "\033[92mCleaning:\033[39m status-go"
|
||||
|
|
Loading…
Reference in New Issue