Skip to content

Commit

Permalink
CI: Install libdbus for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroening committed Jun 18, 2021
1 parent b22b8f2 commit 44f8add
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
profile: minimal
toolchain: stable
override: true
- name: Install libdbus
run: |
sudo apt-get update
sudo apt-get install libdbus-1-dev
- uses: actions-rs/cargo@v1
with:
command: test
Expand Down

0 comments on commit 44f8add

Please sign in to comment.