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

This commit is contained in:
Stephan D
2025-11-08 03:42:23 +01:00
parent 0f8737a906
commit 6f3d2b6769

View File

@@ -39,13 +39,7 @@ steps:
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
- 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
- export PATH="$(go env GOPATH)/bin:$PATH"