Skip to content

Commit

Permalink
kruto
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Dec 13, 2023
1 parent 675d4d2 commit ee5967e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:

- name: Install protobuf dependencies
run: |
apt-get update
apt-get install -y protobuf-compiler
sudo apt-get update
sudo apt-get install -y protobuf-compiler
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
go install github.com/twitchtv/twirp/protoc-gen-twirp@latest
Expand Down

0 comments on commit ee5967e

Please sign in to comment.