Skip to content

Commit 9dd175c

Browse files
committed
Add DBus and Bluetooth dependencies for Linux build
1 parent a1bcdea commit 9dd175c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@ jobs:
3232
if: matrix.os == 'ubuntu-latest'
3333
run: |
3434
sudo apt-get update
35-
sudo apt-get install -y libudev-dev libusb-1.0-0-dev pkg-config
35+
sudo apt-get install -y \
36+
libudev-dev \
37+
libusb-1.0-0-dev \
38+
pkg-config \
39+
libdbus-1-dev \
40+
libbluetooth-dev
3641
3742
- name: Install Rust toolchain
3843
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)