There was an error while loading. Please reload this page.
1 parent 38e514d commit c57d5e5Copy full SHA for c57d5e5
1 file changed
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: install dependencies (linux)
38
if: runner.os == 'Linux'
39
run: |
40
- sudo apt update && sudo apt install -y build-essential cmake ninja-build libudev-dev
+ sudo apt update && sudo apt install -y build-essential cmake ninja-build libudev-dev libavahi-compat-libdnssd-dev
41
42
- name: install dependencies (windows)
43
if: runner.os == 'Windows'
0 commit comments