From 3d631e74cda8cafc47dda533379855daa3143706 Mon Sep 17 00:00:00 2001 From: Alexander PapaTutuWawa Date: Sun, 20 Apr 2025 23:40:59 +0200 Subject: [PATCH] Install cargo in CI --- .woodpecker/check.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker/check.yaml b/.woodpecker/check.yaml index 2d80fac..3375bbe 100644 --- a/.woodpecker/check.yaml +++ b/.woodpecker/check.yaml @@ -6,6 +6,7 @@ steps: - name: Perform checks image: ghcr.io/astral-sh/uv:0.6.14-python3.13-bookworm commands: + - apt-get update && apt-get install -y --no-install-recommends cargo - uv sync --all-extras # Lint the code - uv run ruff check src/xmpp_api/