Skip to content

Commit c57d5e5

Browse files
committed
install libavahi-compat-libdnssd-dev for linux builds
1 parent 38e514d commit c57d5e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: install dependencies (linux)
3838
if: runner.os == 'Linux'
3939
run: |
40-
sudo apt update && sudo apt install -y build-essential cmake ninja-build libudev-dev
40+
sudo apt update && sudo apt install -y build-essential cmake ninja-build libudev-dev libavahi-compat-libdnssd-dev
4141
4242
- name: install dependencies (windows)
4343
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)