Skip to content

Commit cc9242f

Browse files
committed
Update build-client-deb.yml
1 parent 001a841 commit cc9242f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
libreadline-dev pkg-config fakeroot liblzma-dev \
2323
chrpath libcap-dev qtbase5-dev libjson-c-dev mtx debhelper \
2424
po-debconf libxml2-dev libx11-dev libcli11-dev ncurses-dev openssl systemd \
25-
libexpected-dev libfmt-dev libmsgsl-dev libutfcpp-dev
25+
libexpected-dev libfmt-dev libmsgsl-dev libutfcpp-dev \
26+
libfastlz-dev libzstd-dev default-jdk-headless
2627
2728
2829
- name: Clone Bareos sources
@@ -54,7 +55,7 @@ jobs:
5455
- name: Build all Bareos components
5556
working-directory: ./bareos-repo
5657
run: |
57-
dpkg-buildpackage -us -uc -b
58+
dpkg-buildpackage -us -uc -rfakeroot -b
5859
5960
- name: Upload DEB packages
6061
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)