Add protoc to the build
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Daan Boerlage 2023-04-06 14:16:49 +02:00
parent 343845dbd5
commit add0bcf873
Signed by: daan
GPG key ID: FCE070E1E4956606

View file

@ -2,7 +2,7 @@ pipeline:
build:
image: rust:1-alpine
commands:
- apk add clang build-base
- apk add clang build-base protoc
- cargo build --release
containerize:
image: docker:23-dind