From 56afe311a69db429c6546df9bb90e2c14192dc54 Mon Sep 17 00:00:00 2001 From: Fabian Posch Date: Fri, 24 Jan 2025 12:21:47 +0100 Subject: [PATCH] add missing recursive clone flag --- setup_node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_node.sh b/setup_node.sh index 363db7b..dd8e3bd 100755 --- a/setup_node.sh +++ b/setup_node.sh @@ -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 ..