mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-04-19 15:30:05 +00:00
update pipeline
This commit is contained in:
3
.github/workflows/osumusic.yml
vendored
3
.github/workflows/osumusic.yml
vendored
@@ -11,6 +11,7 @@ on:
|
||||
paths:
|
||||
- 'proxy/**'
|
||||
- 'frontend/**'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
@@ -39,7 +40,7 @@ jobs:
|
||||
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
|
||||
go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway@latest
|
||||
go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2@latest
|
||||
export PATH=$PATH:$(go env GOPATH)/bin
|
||||
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: Generate protobuf code
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user