ci: ensure dbus is installed for daemon tests
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -16,7 +16,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y \
|
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 fmt --all -- --check
|
||||||
- run: cargo clippy --workspace --all-targets -- -D warnings
|
- run: cargo clippy --workspace --all-targets -- -D warnings
|
||||||
- run: cargo test --workspace
|
- run: cargo test --workspace
|
||||||
|
|||||||
Reference in New Issue
Block a user