Skip to content

Commit

Permalink
Fixing code gen
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmcc committed Nov 23, 2023
1 parent 139ff3b commit 26dedd2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-cloudcored.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
- name: Install Protoc
uses: arduino/setup-protoc@v2
- name: Code Generation
run: go generate ./...
run: |
go install google.golang.org/protobuf/cmd/[email protected]
go install google.golang.org/grpc/cmd/[email protected]
go generate ./...
- uses: goreleaser/goreleaser-action@v5
with:
# either 'goreleaser' (default) or 'goreleaser-pro':
Expand Down

0 comments on commit 26dedd2

Please sign in to comment.