From 4e2f7b5443c6cb37ccec3c4ab7701647dabe68fa Mon Sep 17 00:00:00 2001 From: Lup Yuen Lee Date: Wed, 26 Jun 2024 09:01:53 +0800 Subject: [PATCH] NuttX Mainline --- .github/workflows/sg2000-special.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sg2000-special.yml b/.github/workflows/sg2000-special.yml index d906039..d59d2bc 100644 --- a/.github/workflows/sg2000-special.yml +++ b/.github/workflows/sg2000-special.yml @@ -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: |