Skip to content

Commit ad3f32b

Browse files
committed
test action
1 parent 2b66e50 commit ad3f32b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-12 KB
Binary file not shown.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
git checkout Release/24.0.4 # ex: Release/24.0.4
3838
echo install\(FILES "${CMAKE_BINARY_DIR}/debian/bareos-filedaemon.service" DESTINATION lib/systemd/system\) >>CMakeLists.txt
3939
mkdir ./build
40+
ls
4041
4142
- name: Extract version from tag
4243
id: vars
@@ -46,7 +47,6 @@ jobs:
4647
- name: Build Bareos Client
4748
working-directory: ./bareos-repo/build
4849
run: |
49-
cd build
5050
ls
5151
cmake -Dclient-only=ON \
5252
-DCMAKE_INSTALL_PREFIX=/usr \

0 commit comments

Comments
 (0)