Skip to content

Commit

Permalink
Add additional protoc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
josephlewis42 committed Dec 21, 2023
1 parent 72a042a commit f676f3f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
with:
go-version: '1.21'

- name: Install protoc-gen-go
run: go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
- name: Set up Dependencies
run: make setup

- name: Build
run: make build
Expand Down
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ run: build
.PHONY: play
play: build
./honeyssh playground

.PHONY: setup
setup:
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install github.com/mitchellh/protoc-gen-go-json@latest

0 comments on commit f676f3f

Please sign in to comment.