Skip to content

Commit

Permalink
fix(actions): add protobuf dependencies to build-lint (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont authored Dec 13, 2023
1 parent fdf5da1 commit 1ae96ae
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@ jobs:
with:
version: 8
run_install: false
- uses: actions/setup-go@v4
with:
go-version-file: 'go.work'

- name: Install protobuf dependencies
run: |
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
- name: Get pnpm store directory
shell: bash
run: |
Expand Down

0 comments on commit 1ae96ae

Please sign in to comment.