Skip to content

Commit 39b85b7

Browse files
committed
Update build-client-deb.yml
1 parent 062ae07 commit 39b85b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ jobs:
4545
- name: check work space
4646
run: ls -lisa $GITHUB_WORKSPACE/bareos-repo/build
4747
- name: Build Bareos Client
48-
working-directory: ./bareos-repo/build
48+
working-directory: ./bareos-repo
4949
run: |
5050
echo "=== Current dir ==="
5151
pwd
5252
echo "=== Listing ==="
5353
ls -la
5454
echo "=== cmake ==="
55-
cmake -Dclient-only=ON \
55+
cmake -S . -B build -Dclient-only=ON \
5656
-DCMAKE_INSTALL_PREFIX=/usr \
5757
-DCPACK_PACKAGE_CONTACT="Libertech <contact@libertech.fr>" \
5858
-DCPACK_PACKAGE_VERSION=24.0.4 \

0 commit comments

Comments
 (0)