From bcf4a3b109f61dac754f98dd7e0b44946bd9518a Mon Sep 17 00:00:00 2001 From: Lup Yuen Lee Date: Wed, 26 Jun 2024 09:31:28 +0800 Subject: [PATCH] Clean up --- .github/workflows/sg2000.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sg2000.yml b/.github/workflows/sg2000.yml index 2e6d79e..c46657a 100644 --- a/.github/workflows/sg2000.yml +++ b/.github/workflows/sg2000.yml @@ -43,8 +43,8 @@ jobs: run: | mkdir nuttx cd 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: |