From 89e2daf05ac98f96c6f9c60e67530c757d56c646 Mon Sep 17 00:00:00 2001 From: CleverWild Date: Sat, 4 Apr 2026 15:22:09 +0200 Subject: [PATCH] ci: fix step name --- .woodpecker/server-compile.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/server-compile.yaml b/.woodpecker/server-compile.yaml index 0e0188d..2d258ef 100644 --- a/.woodpecker/server-compile.yaml +++ b/.woodpecker/server-compile.yaml @@ -8,7 +8,7 @@ when: include: [".woodpecker/server-*.yaml", "server/**"] steps: - - name: test + - name: compile image: jdxcode/mise:latest directory: server environment: @@ -20,7 +20,7 @@ steps: - cargo-registry:/usr/local/cargo/registry commands: - apt-get update && apt-get install -y pkg-config - # Install only the necessary Rust toolchain and test runner to speed up the CI + # Install only the necessary Rust toolchain - mise install rust - mise install protoc - cargo check --all-features