gh/build.yml: install libdbus-1-dev on ubuntu

This commit is contained in:
Nedko Arnaudov 2022-08-14 21:13:39 +03:00
parent cbb9c88549
commit 110d447299
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ jobs:
- name: Build ladi-jack2
shell: bash
run: |
sudo apt-get install libdbus-1-dev
python3 ./waf configure --prefix=/usr
python3 ./waf
python3 ./waf install --destdir=$(pwd)/destdir