Skip to content

Commit 062ae07

Browse files
committed
Update build-client-deb.yml
1 parent 9b679fd commit 062ae07

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,11 @@ jobs:
4747
- name: Build Bareos Client
4848
working-directory: ./bareos-repo/build
4949
run: |
50-
ls -lisa
50+
echo "=== Current dir ==="
51+
pwd
52+
echo "=== Listing ==="
53+
ls -la
54+
echo "=== cmake ==="
5155
cmake -Dclient-only=ON \
5256
-DCMAKE_INSTALL_PREFIX=/usr \
5357
-DCPACK_PACKAGE_CONTACT="Libertech <contact@libertech.fr>" \

0 commit comments

Comments
 (0)