From a76a91a948712dad3b82e31ebcf448240e108cbb Mon Sep 17 00:00:00 2001 From: Fabian Posch Date: Fri, 24 Jan 2025 13:12:33 +0100 Subject: [PATCH] fix missing recursive --- setup_node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_node.sh b/setup_node.sh index d890c9d..1441ecd 100755 --- a/setup_node.sh +++ b/setup_node.sh @@ -95,7 +95,7 @@ cd $here echo Setting up cluster agent -git clone https://git.yeet.space/fabian/actsim-cluster-agent.git -b lib-merged $srcfolder/actsim-cluster-agent +git clone https://git.yeet.space/fabian/actsim-cluster-agent.git -b lib-merged --recursive $srcfolder/actsim-cluster-agent mkdir -p $srcfolder/actsim-cluster-agent/build cd $srcfolder/actsim-cluster-agent/build cmake ..