We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a1ed3 commit 925fb45Copy full SHA for 925fb45
.github/workflows/ci.yaml
@@ -51,7 +51,7 @@ jobs:
51
run: |
52
rustup toolchain install ${{ matrix.rust }} --profile minimal --no-self-update
53
- name: Install build dependencies
54
- run: sudo apt-get install -y libudev-dev
+ run: sudo apt-get install -y libudev-dev libdbus-1-dev
55
- name: ${{ matrix.cmd.name }}
56
run: ${{ matrix.cmd.run }} ${{ matrix.features }} -- ${{ matrix.cmd.run2 }}
57
@@ -66,7 +66,7 @@ jobs:
66
runs-on: ubuntu-latest
67
target: x86_64-unknown-linux-gnu
68
pre-build: |
69
- sudo apt-get install -y libudev-dev
+ sudo apt-get install -y libudev-dev libdbus-1-dev
70
- name: Windows (x86_64)
71
runs-on: windows-latest
72
target: x86_64-pc-windows-msvc
0 commit comments