add missing recursive clone flag

This commit is contained in:
Fabian Posch 2025-01-24 12:21:47 +01:00
parent bda4af6f11
commit 56afe311a6

View file

@ -95,7 +95,7 @@ cd $here
echo Setting up cluster lib
git clone https://git.yeet.space/fabian/act-cluster-lib -b pqxx-inc $srcfolder/act-cluster-lib
git clone https://git.yeet.space/fabian/act-cluster-lib -b pqxx-inc --recursive $srcfolder/act-cluster-lib
mkdir -p $srcfolder/act-cluster-lib/build
cd $srcfolder/act-cluster-lib/build
cmake ..