ci: install dbus dev package for parity

This commit is contained in:
Hunter Bown
2026-04-28 16:30:55 -05:00
parent fb4c8150f3
commit 2c8a480fc0
+4
View File
@@ -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: