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 850a0af commit 88ae67dCopy full SHA for 88ae67d
.github/workflows/build-client-deb.yml
@@ -16,11 +16,9 @@ jobs:
16
- name: Install build dependencies
17
run: |
18
sudo apt update
19
- sudo apt install -y build-essential cmake git \
20
- libssl-dev zlib1g-dev libacl1-dev liblzo2-dev \
21
- libjansson-dev bison flex \
22
- libreadline-dev pkg-config fakeroot \
23
- chrpath libcap-dev qtbase5-dev libjson-c-dev mtx
+ sudo apt install -y devscripts equivs
+ sudo mk-build-deps -i -r -t "apt-get -y" debian/control
+
24
- name: Clone Bareos sources
25
26
git clone https://github.com/bareos/bareos.git bareos-repo
0 commit comments