-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(status-go)_: install protobuf (#16488)
- Loading branch information
1 parent
62cfed2
commit 7c39fe4
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[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" | ||
|