From bddc2d2bdde651f9a0569c868bafe427553c5ded Mon Sep 17 00:00:00 2001 From: nfel Date: Tue, 19 Nov 2024 09:49:21 +0330 Subject: [PATCH] v2: ci Signed-off-by: nfel --- .gitea/workflows/buf-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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