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 88ae67d commit d5acfd0Copy full SHA for d5acfd0
.github/workflows/build-client-deb.yml
@@ -16,8 +16,11 @@ jobs:
16
- name: Install build dependencies
17
run: |
18
sudo apt update
19
- sudo apt install -y devscripts equivs
20
- sudo mk-build-deps -i -r -t "apt-get -y" debian/control
+ sudo apt install -y build-essential cmake git \
+ 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
24
25
- name: Clone Bareos sources
26
0 commit comments