Skip to content

Commit c7bcd87

Browse files
committed
have sarus-hooks pull its submodules
1 parent 21b9f73 commit c7bcd87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/z-test-pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ jobs:
4040
git clone --recursive https://github.com/sarus-suite/libsarus.git
4141
cd libsarus
4242
43-
# Install deps as per docs
44-
./install_dep.sh
45-
./build.sh
46-
4743
# Building libsarus to std system prefix
4844
mkdir -p build && cd build
4945
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local ..
@@ -52,6 +48,10 @@ jobs:
5248
5349
# Building hooks
5450
cd $TMP_DIR/sarus-hooks
51+
## ensure dependencies are pulled
52+
git submodule update --init --recursive --depth 1
53+
54+
5555
cmake -S . -B build \
5656
-DBUILD_DROPBEAR=0 \
5757
-DENABLE_UNIT_TESTS=0 \

0 commit comments

Comments
 (0)