From c8a50d7b678f151f9f11ce2b9728dcba19957e05 Mon Sep 17 00:00:00 2001 From: Nils Pukropp Date: Wed, 1 Apr 2026 16:51:44 +0200 Subject: [PATCH] fixed ci with release fixes --- .gitea/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index d41166f..8de75a6 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -19,6 +19,8 @@ jobs: toolchain: stable components: rustfmt, clippy cache: false + - name: Install packaging tools + run: apt-get update && apt-get install -y dpkg-dev pkg-config libdbus-1-dev protobuf-compiler libpulse-dev - name: Check formatting run: cargo fmt --check