fix missing recursive

This commit is contained in:
Fabian Posch 2025-01-24 13:12:33 +01:00
parent 6ab18103a9
commit a76a91a948

View file

@ -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 ..