From d12967064c3629ddd16199e96468fb90bca62639 Mon Sep 17 00:00:00 2001 From: Juliandev02 Date: Thu, 24 Oct 2024 16:45:28 +0200 Subject: [PATCH] github: install missing deps --- .github/workflows/clippy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 160b6b2..85cb8a3 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -14,7 +14,7 @@ jobs: profile: minimal toolchain: stable - - run: cargo build --all-features + - run: sudo apt install pkg-config libdbus-1-dev -y && cargo build --all-features - run: cargo test