Skip to content

Commit

Permalink
Seperate step for installing protoc-gen-go
Browse files Browse the repository at this point in the history
  • Loading branch information
kczulko committed Feb 20, 2024
1 parent 8eaac08 commit 98d651f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '^1.20'
run: go install google.golang.org/protobuf/cmd/[email protected]

- name: Install protoc-gen-go
- run: go install google.golang.org/protobuf/cmd/[email protected]

- name: Cache Coursier cache
uses: coursier/cache-action@v6
Expand Down

0 comments on commit 98d651f

Please sign in to comment.