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