Skip to content

Commit afcc87a

Browse files
committed
Update build-client-deb.yml
1 parent f64be36 commit afcc87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Build all Bareos components
5757
working-directory: ./bareos-repo
5858
run: |
59-
export DEB_CMAKE_EXTRA_FLAGS="-DPYTHON=OFF -DENABLE_GRPC=OFF"
59+
export DEB_CMAKE_EXTRA_FLAGS="-DPYTHON_INSTALL_DIR=/usr/lib/python3/dist-packages"
6060
dpkg-buildpackage -us -uc -rfakeroot -b
6161
6262
- name: Upload DEB packages

0 commit comments

Comments
 (0)