fix missing recursive
This commit is contained in:
parent
6ab18103a9
commit
a76a91a948
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ cd $here
|
||||||
|
|
||||||
echo Setting up cluster agent
|
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
|
mkdir -p $srcfolder/actsim-cluster-agent/build
|
||||||
cd $srcfolder/actsim-cluster-agent/build
|
cd $srcfolder/actsim-cluster-agent/build
|
||||||
cmake ..
|
cmake ..
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue