File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ jobs:
5252 mkdir nuttxspace
5353 ls -a
5454 cd nuttxspace
55- ## git clone https://github.com/apache/incubator- nuttx nuttx
56- ## git clone https://github.com/apache/incubator- nuttx-apps apps
55+ git clone --depth 1 https://github.com/apache/nuttx nuttx
56+ git clone --depth 1 https://github.com/apache/nuttx-apps apps
5757 ## git clone --single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx.git nuttx
5858 ## git clone --single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx-apps.git apps
59- git clone --single-branch --branch simbit18-cmake https://github.com/simbit18/nuttx.git nuttx
60- git clone --single-branch --branch simbit18-cmake https://github.com/simbit18/nuttx-apps.git apps
59+ ## git clone --single-branch --branch simbit18-cmake https://github.com/simbit18/nuttx.git nuttx
60+ ## git clone --single-branch --branch simbit18-cmake https://github.com/simbit18/nuttx-apps.git apps
6161 ## curl -L https://www.apache.org/dyn/closer.lua/nuttx/12.0.0/apache-nuttx-12.0.0.tar.gz?action=download -o nuttx.tar.gz
6262 ## curl -L https://www.apache.org/dyn/closer.lua/nuttx/12.0.0/apache-nuttx-apps-12.0.0.tar.gz?action=download -o apps.tar.gz
6363 ## tar zxf nuttx.tar.gz --one-top-level=nuttx --strip-components 1
You can’t perform that action at this time.
0 commit comments