Skip to content

Commit

Permalink
Merge pull request #729 from jacobweinstock/fix-ci
Browse files Browse the repository at this point in the history
Add GOBIN for protoc binaries installs:
  • Loading branch information
mergify[bot] authored May 13, 2023
2 parents eef6545 + 810a039 commit 861779b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -240,5 +240,5 @@ yamllint: $(YAMLLINT_BIN)

.PHONY: _protoc ## Install all required tools for use with this Makefile.
_protoc:
$(GO) install $(PROTOC_GEN_GO)
$(GO) install $(PROTOC_GEN_GO_GRPC)
GOBIN=$${PWD}/bin $(GO) install $(PROTOC_GEN_GO)
GOBIN=$${PWD}/bin $(GO) install $(PROTOC_GEN_GO_GRPC)
2 changes: 2 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ with pkgs;

mkShell {
buildInputs = [
git
gnumake
jq
nixfmt
nodePackages.prettier
Expand Down

0 comments on commit 861779b

Please sign in to comment.