Skip to content

Commit 9a7a848

Browse files
committed
Update nuttx_rvvirt_cmake.yml
1 parent 30a02f1 commit 9a7a848

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nuttx_rvvirt_cmake.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)