From b6bd2553b7b5f2a13195c2704cd605ce56998625 Mon Sep 17 00:00:00 2001 From: Elizabeth Engelman <4752801+elizabethengelman@users.noreply.github.com> Date: Thu, 9 Jan 2025 18:13:29 -0500 Subject: [PATCH] Install libdbus-1-dev for dry run for ubuntu (#1826) --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ff4f7d399..22a27a939 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -107,7 +107,7 @@ jobs: - os: ubuntu-latest-16-cores target: x86_64-unknown-linux-gnu cargo-hack-feature-options: --feature-powerset - additional-deb-packages: libudev-dev + additional-deb-packages: libudev-dev libdbus-1-dev # TODO: add back ARM support #- os: ubuntu-latest-16-cores # target: aarch64-unknown-linux-gnu