Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
tpetr committed Oct 8, 2024
1 parent c5618e0 commit d3ffff2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ jobs:
- uses: arduino/setup-protoc@v3
- name: Installing protoc-gen-go
run: |
go get github.com/golang/protobuf/protoc-gen-go
export PATH=$PATH:$(go env GOPATH)/bin
go get google.golang.org/protobuf/protoc-gen-go
- run: make test

0 comments on commit d3ffff2

Please sign in to comment.