From 957199270c331b30bf0eca75da6bf7712d4eaec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20GRAB=C3=89?= Date: Mon, 8 Jun 2026 21:04:42 +0200 Subject: [PATCH] fix: ci --- .gitea/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 73dd492..54aea4d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: container: rust:1-slim steps: - name: Install system deps - run: apt-get update && apt-get install -y --no-install-recommends protobuf-compiler git ca-certificates + run: apt-get update && apt-get install -y --no-install-recommends protobuf-compiler git ca-certificates nodejs - uses: actions/checkout@v4 - uses: Swatinem/rust-cache@v2 - run: cargo check --workspace @@ -28,7 +28,7 @@ jobs: container: rust:1-slim steps: - name: Install system deps - run: apt-get update && apt-get install -y --no-install-recommends git + run: apt-get update && apt-get install -y --no-install-recommends git nodejs - uses: actions/checkout@v4 - run: cargo fmt --all -- --check @@ -38,7 +38,7 @@ jobs: container: rust:1-slim steps: - name: Install system deps - run: apt-get update && apt-get install -y --no-install-recommends protobuf-compiler git ca-certificates + run: apt-get update && apt-get install -y --no-install-recommends protobuf-compiler git ca-certificates nodejs - uses: actions/checkout@v4 - uses: Swatinem/rust-cache@v2 - run: cargo clippy --workspace -- -D warnings @@ -49,7 +49,7 @@ jobs: container: rust:1-slim steps: - name: Install system deps - run: apt-get update && apt-get install -y --no-install-recommends protobuf-compiler git ca-certificates + run: apt-get update && apt-get install -y --no-install-recommends protobuf-compiler git ca-certificates nodejs - uses: actions/checkout@v4 - uses: Swatinem/rust-cache@v2 - run: cargo test --workspace