mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 06:18:40 +08:00
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`: https://github.com/apache/nuttx/issues/14513 This PR fixes the typo in `build.yml` to checkout the correct branch of `nuttx` repo.
This commit is contained in:
parent
f9a2dc50b1
commit
38fbb4e286
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -86,7 +86,7 @@ jobs:
|
|||
esac
|
||||
fi
|
||||
|
||||
echo "name=$OS_REF" >> $GITHUB_OUTPUT
|
||||
echo "os_ref=$OS_REF" >> $GITHUB_OUTPUT
|
||||
echo "apps_ref=$APPS_REF" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Checkout nuttx repo
|
||||
|
|
Loading…
Reference in a new issue