Skip to content

Commit c75a135

Browse files
committed
Install dbus dependencies
1 parent 7db7b48 commit c75a135

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v3
19+
- name: Install dependencies
20+
run: sudo apt-get install -y libdbus-1-dev pkg-config
1921
- name: Format
2022
run: cargo fmt --check --all
2123
- name: Build

0 commit comments

Comments
 (0)