ci: install dbus dev package for parity
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user