Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Check out the correct branch of nuttx repo when compiling nuttx-apps
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`: apache#14513 This PR fixes the typo in `build.yml` to checkout the correct branch of `nuttx` repo.
- Loading branch information