From b18b5aa8387a17d0c658368eefdd4557573689e8 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 26 Apr 2026 20:42:04 -0700 Subject: [PATCH] ci: ensure dbus is installed for daemon tests --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93d6af5..8f36d8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,8 @@ jobs: run: | sudo apt-get update sudo apt-get install -y \ - libpam0g-dev libgtk-4-dev libadwaita-1-dev libfido2-dev pkg-config + libpam0g-dev libgtk-4-dev libadwaita-1-dev libfido2-dev pkg-config \ + dbus - run: cargo fmt --all -- --check - run: cargo clippy --workspace --all-targets -- -D warnings - run: cargo test --workspace