fix(ci): protoc installation for arbiter-proto compilation
All checks were successful
ci/woodpecker/push/server-test Pipeline was successful

This commit is contained in:
hdbg
2026-02-14 19:00:18 +01:00
parent 72b680f103
commit 93005199e9

View File

@@ -22,5 +22,6 @@ steps:
- apt-get update && apt-get install -y pkg-config
# Install only the necessary Rust toolchain and test runner to speed up the CI
- mise install rust
- mise install protoc
- mise install cargo:cargo-nextest
- mise exec cargo:cargo-nextest -- cargo nextest run --no-fail-fast