We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7db7b48 commit c75a135Copy full SHA for c75a135
.github/workflows/ci.yml
@@ -16,6 +16,8 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v3
19
+ - name: Install dependencies
20
+ run: sudo apt-get install -y libdbus-1-dev pkg-config
21
- name: Format
22
run: cargo fmt --check --all
23
- name: Build
0 commit comments