Skip to content

Commit ff6eb9d

Browse files
committed
Update nuttx_103_pr.yml
1 parent 9f0d7c6 commit ff6eb9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nuttx_103_pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ jobs:
8282
# tar zxf nuttx.tar.gz --one-top-level=nuttx --strip-components 1
8383
# tar zxf apps.tar.gz --one-top-level=apps --strip-components 1
8484
# git clone --depth 1 --single-branch --branch simbit18-103-8a2c480 https://github.com/simbit18/nuttx.git nuttx
85-
curl -L https://github.com/simbit18/nuttx/archive/refs/heads/simbit18-103-8a2c480.zip -o nuttx.tar.gz
86-
tar zxf nuttx.tar.gz --one-top-level=nuttx --strip-components 1
87-
85+
curl -L https://github.com/simbit18/nuttx/archive/refs/heads/simbit18-103-8a2c480.zip -o simbit18-103-8a2c480.zip
86+
unzip -qo simbit18-103-8a2c480.zip
87+
mv nuttx-simbit18-103-8a2c480 nuttx
8888
git clone --depth 1 --single-branch --branch nuttx-10.3.0 https://github.com/apache/nuttx-apps.git apps
8989
ls -a
9090
cd nuttx

0 commit comments

Comments
 (0)