mirror of
https://github.com/apache/nuttx.git
synced 2026-05-12 09:48:31 +08:00
38fbb4e286
When compiling the Release Branch of `nuttx-apps`, our CI Workflow `build.yml` checks out the Master Branch of `nuttx` repo, which is incorrect. This happens due to a typo in `build.yml`: https://github.com/apache/nuttx/issues/14513 This PR fixes the typo in `build.yml` to checkout the correct branch of `nuttx` repo.