Skip to content

Commit 850a0af

Browse files
committed
Update build-client-deb.yml
1 parent 6dc6e14 commit 850a0af

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build-client-deb.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ jobs:
1616
- name: Install build dependencies
1717
run: |
1818
sudo apt update
19-
sudo apt install -y build-essential debhelper devscripts fakeroot \
20-
cmake git \
19+
sudo apt install -y build-essential cmake git \
2120
libssl-dev zlib1g-dev libacl1-dev liblzo2-dev \
2221
libjansson-dev bison flex \
23-
libreadline-dev pkg-config
24-
22+
libreadline-dev pkg-config fakeroot \
23+
chrpath libcap-dev qtbase5-dev libjson-c-dev mtx
2524
- name: Clone Bareos sources
2625
run: |
2726
git clone https://github.com/bareos/bareos.git bareos-repo

0 commit comments

Comments
 (0)