mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-29 20:23:01 +02:00
.github: add libavahi-client-dev to Coverity Scan dependencies
statd now uses avahi-client for mDNS neighbor tracking, so the native build needs libavahi-client-dev to satisfy pkg-config. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
@@ -55,7 +55,7 @@ jobs:
|
||||
sudo apt-get -y update
|
||||
sudo apt-get -y install pkg-config libjansson-dev libev-dev \
|
||||
libcrypt-dev libglib2.0-dev libpcre2-dev \
|
||||
libuev-dev
|
||||
libuev-dev libavahi-client-dev
|
||||
|
||||
- name: Build dependencies
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user