NuttX Mainline

This commit is contained in:
Lup Yuen Lee 2024-06-26 09:01:53 +08:00 committed by GitHub
parent 99867ee9dd
commit 4e2f7b5443
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,11 +44,11 @@ jobs:
mkdir nuttx
cd nuttx
git clone \
https://github.com/no1wudi/nuttx \
https://github.com/apache/nuttx \
--branch master \
nuttx
## git clone https://github.com/apache/incubator-nuttx nuttx
git clone https://github.com/apache/incubator-nuttx-apps apps
## git clone https://github.com/apache/nuttx nuttx
git clone https://github.com/apache/nuttx-apps apps
- name: Build
run: |