Skip to content

Commit

Permalink
fix(status-go)_: install protobuf (#16488)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay authored Oct 9, 2024
1 parent 62cfed2 commit 7c39fe4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -445,6 +445,7 @@ status-go: $(STATUSGO)
status-go-deps:
go install go.uber.org/mock/[email protected]
go install github.com/kevinburke/go-bindata/v4/[email protected]
go install google.golang.org/protobuf/cmd/[email protected]

status-go-clean:
echo -e "\033[92mCleaning:\033[39m status-go"
Expand Down

0 comments on commit 7c39fe4

Please sign in to comment.