fx build fix
Some checks failed
ci/woodpecker/push/db Pipeline was successful
ci/woodpecker/push/fx/1 Pipeline failed
ci/woodpecker/push/nats Pipeline was successful
ci/woodpecker/push/fx/2 Pipeline failed

This commit is contained in:
Stephan D
2025-11-08 03:45:32 +01:00
parent 6f3d2b6769
commit be51fb7f8b

View File

@@ -38,7 +38,6 @@ steps:
depends_on: [ version ]
commands:
- set -eu
- if set -o | grep -q pipefail; then set -o pipefail; fi
- apk add --no-cache bash git build-base protobuf protobuf-dev protoc
- go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
- go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest