From 1ec611077022b73ddc2dc66c7242e8ce3de663b2 Mon Sep 17 00:00:00 2001 From: Lup Yuen Lee Date: Wed, 26 Jun 2024 09:32:16 +0800 Subject: [PATCH] Clean up --- .github/workflows/ox64.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ox64.yml b/.github/workflows/ox64.yml index c386310..61afc6f 100644 --- a/.github/workflows/ox64.yml +++ b/.github/workflows/ox64.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: |