diff --git a/.gitea/workflows/buf-ci.yaml b/.gitea/workflows/buf-ci.yaml index ab48d06..1e2b449 100644 --- a/.gitea/workflows/buf-ci.yaml +++ b/.gitea/workflows/buf-ci.yaml @@ -22,7 +22,7 @@ jobs: - uses: bufbuild/buf-setup-action@v1.47.2 - run: go install google.golang.org/protobuf/cmd/protoc-gen-go@latest - run: go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest - - run: npm npm install @bufbuild/protobuf @bufbuild/protoc-gen-es @bufbuild/buf + - run: npm install @bufbuild/protobuf @bufbuild/protoc-gen-es @bufbuild/buf - run: buf --version - name: Checkout Git uses: actions/checkout@v4