Install cargo in CI
Some checks failed
ci/woodpecker/push/check Pipeline failed

This commit is contained in:
PapaTutuWawa 2025-04-20 23:40:59 +02:00
parent 5ead63f28e
commit 3d631e74cd

View File

@ -6,6 +6,7 @@ steps:
- name: Perform checks - name: Perform checks
image: ghcr.io/astral-sh/uv:0.6.14-python3.13-bookworm image: ghcr.io/astral-sh/uv:0.6.14-python3.13-bookworm
commands: commands:
- apt-get update && apt-get install -y --no-install-recommends cargo
- uv sync --all-extras - uv sync --all-extras
# Lint the code # Lint the code
- uv run ruff check src/xmpp_api/ - uv run ruff check src/xmpp_api/