From 2c8a480fc02350740b6875c85f7d9d45f7ff35f7 Mon Sep 17 00:00:00 2001 From: Hunter Bown Date: Tue, 28 Apr 2026 16:30:55 -0500 Subject: [PATCH] ci: install dbus dev package for parity --- .github/workflows/parity.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/parity.yml b/.github/workflows/parity.yml index cbc5dbae..087828d4 100644 --- a/.github/workflows/parity.yml +++ b/.github/workflows/parity.yml @@ -22,6 +22,10 @@ jobs: with: components: clippy, rustfmt + - name: Install Linux system dependencies + if: runner.os == 'Linux' + run: sudo apt-get update && sudo apt-get install -y libdbus-1-dev pkg-config + - name: Cache Cargo registry uses: actions/cache@v4 with: