From 93005199e93b04b5669f104c0a49f26c278fb1e8 Mon Sep 17 00:00:00 2001 From: hdbg Date: Sat, 14 Feb 2026 19:00:18 +0100 Subject: [PATCH] fix(ci): `protoc` installation for `arbiter-proto` compilation --- .woodpecker/server-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker/server-test.yaml b/.woodpecker/server-test.yaml index 7f5d86e..1839e88 100644 --- a/.woodpecker/server-test.yaml +++ b/.woodpecker/server-test.yaml @@ -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 \ No newline at end of file