mirror of
https://github.com/lupyuen/nuttx-sg2000.git
synced 2025-01-12 20:58:29 +08:00
NuttX Mainline
This commit is contained in:
parent
99867ee9dd
commit
4e2f7b5443
1 changed files with 3 additions and 3 deletions
6
.github/workflows/sg2000-special.yml
vendored
6
.github/workflows/sg2000-special.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue