Skip to content

Commit

Permalink
ci: install protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecmd committed Jul 27, 2024
1 parent 31b79a0 commit 92c6eb6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
go-version: ^1.22
id: go

- name: Install protoc
run: |
sudo apt-get update
sudo apt-get -y install protobuf-compiler protobuf-compiler-grpc
- name: Get dependencies
run: make get-dependencies

Expand Down

0 comments on commit 92c6eb6

Please sign in to comment.