diff --git a/.github/workflows/sg2000-special.yml b/.github/workflows/sg2000-special.yml index 4be9341..d906039 100644 --- a/.github/workflows/sg2000-special.yml +++ b/.github/workflows/sg2000-special.yml @@ -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