Skip to content

Commit 925fb45

Browse files
hlxidmgjm
authored andcommitted
Address PR review comments for BLE feature
1 parent e8a1ed3 commit 925fb45

File tree

5 files changed

+75
-589
lines changed

5 files changed

+75
-589
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
rustup toolchain install ${{ matrix.rust }} --profile minimal --no-self-update
5353
- name: Install build dependencies
54-
run: sudo apt-get install -y libudev-dev
54+
run: sudo apt-get install -y libudev-dev libdbus-1-dev
5555
- name: ${{ matrix.cmd.name }}
5656
run: ${{ matrix.cmd.run }} ${{ matrix.features }} -- ${{ matrix.cmd.run2 }}
5757

@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ubuntu-latest
6767
target: x86_64-unknown-linux-gnu
6868
pre-build: |
69-
sudo apt-get install -y libudev-dev
69+
sudo apt-get install -y libudev-dev libdbus-1-dev
7070
- name: Windows (x86_64)
7171
runs-on: windows-latest
7272
target: x86_64-pc-windows-msvc

0 commit comments

Comments
 (0)