We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc6e14 commit 850a0afCopy full SHA for 850a0af
.github/workflows/build-client-deb.yml
@@ -16,12 +16,11 @@ jobs:
16
- name: Install build dependencies
17
run: |
18
sudo apt update
19
- sudo apt install -y build-essential debhelper devscripts fakeroot \
20
- cmake git \
+ sudo apt install -y build-essential cmake git \
21
libssl-dev zlib1g-dev libacl1-dev liblzo2-dev \
22
libjansson-dev bison flex \
23
- libreadline-dev pkg-config
24
-
+ libreadline-dev pkg-config fakeroot \
+ chrpath libcap-dev qtbase5-dev libjson-c-dev mtx
25
- name: Clone Bareos sources
26
27
git clone https://github.com/bareos/bareos.git bareos-repo
0 commit comments