mirror of
https://github.com/lupyuen/nuttx-sg2000.git
synced 2025-01-13 05:08:28 +08:00
This commit is contained in:
parent
3dffd12dd8
commit
99867ee9dd
1 changed files with 5 additions and 1 deletions
6
.github/workflows/sg2000-special.yml
vendored
6
.github/workflows/sg2000-special.yml
vendored
|
@ -43,7 +43,11 @@ jobs:
|
|||
run: |
|
||||
mkdir nuttx
|
||||
cd nuttx
|
||||
git clone https://github.com/apache/incubator-nuttx nuttx
|
||||
git clone \
|
||||
https://github.com/no1wudi/nuttx \
|
||||
--branch master \
|
||||
nuttx
|
||||
## git clone https://github.com/apache/incubator-nuttx nuttx
|
||||
git clone https://github.com/apache/incubator-nuttx-apps apps
|
||||
|
||||
- name: Build
|
||||
|
|
Loading…
Reference in a new issue