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:
52
52
mkdir nuttxspace
53
53
ls -a
54
54
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
57
57
## git clone --single-branch --branch simbit18-20240306 https://github.com/simbit18/nuttx.git nuttx
58
58
## 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
61
61
## 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
62
62
## 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
63
63
## tar zxf nuttx.tar.gz --one-top-level=nuttx --strip-components 1
You can’t perform that action at this time.
0 commit comments