From 79be7c9d478a266a0a0d950b4f1b733c93ac0198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20GRAB=C3=89?= Date: Mon, 8 Jun 2026 21:37:53 +0200 Subject: [PATCH] fix: fix ci --- .gitea/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 54aea4d..5b9014f 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 nodejs + run: apt-get update && apt-get install -y --no-install-recommends protobuf-compiler libprotobuf-dev git ca-certificates nodejs - uses: actions/checkout@v4 - uses: Swatinem/rust-cache@v2 - run: cargo check --workspace @@ -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 nodejs + run: apt-get update && apt-get install -y --no-install-recommends protobuf-compiler libprotobuf-dev 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 nodejs + run: apt-get update && apt-get install -y --no-install-recommends protobuf-compiler libprotobuf-dev git ca-certificates nodejs - uses: actions/checkout@v4 - uses: Swatinem/rust-cache@v2 - run: cargo test --workspace