Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shibukazu committed Jul 5, 2024
1 parent 9a5ad51 commit 14940ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/code-gen-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
go get github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2
go get google.golang.org/protobuf/cmd/protoc-gen-go
go get google.golang.org/grpc/cmd/protoc-gen-go-grpc
echo $GOPATH
export PATH="$PATH:$(go env GOPATH)/bin"
which protoc-gen-go
- name: Run Buf Generate
run: buf generate
- name: Check for changes
Expand Down

0 comments on commit 14940ff

Please sign in to comment.