Skip to content

Commit

Permalink
install protoc go via Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sasalatart committed Nov 3, 2024
1 parent db7de0a commit fbc614d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/bootstrap/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,4 @@ runs:
make install
sudo apt-get update
sudo apt-get install -y protobuf-compiler
go install google.golang.org/grpc/cmd/[email protected]
go install google.golang.org/protobuf/cmd/[email protected]
shell: sh
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ install-client:
cd $(CLIENT_DIR) && $(JSCMD) install

install-go:
go install google.golang.org/grpc/cmd/[email protected] && \n
go install google.golang.org/protobuf/cmd/[email protected] && \n
$(GOCMD) mod tidy

lint: lint-go lint-client
Expand Down

0 comments on commit fbc614d

Please sign in to comment.