Another try at fixing proto in CI

This commit is contained in:
Daniel Pupius
2025-05-02 13:04:56 -07:00
parent 1c7bfcd330
commit 622e37ae53
3 changed files with 6 additions and 4 deletions

View File

@@ -28,8 +28,10 @@ jobs:
sudo apt-get update
sudo apt-get install -y protobuf-compiler
- name: Install Go protobuf tools
run: make tools
- name: Install protoc-gen-go
run: |
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- name: Generate Protocol Buffers
run: make gen-proto