Skip to content

Commit

Permalink
CI: Check out the correct branch of nuttx repo when compiling nuttx-apps
Browse files Browse the repository at this point in the history
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/nuttx#14513

This PR fixes the typo in `build.yml` to checkout the correct branch of `nuttx` repo.
  • Loading branch information
lupyuen authored and xiaoxiang781216 committed Nov 4, 2024
1 parent 80bbc01 commit 594558e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,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
Expand Down

0 comments on commit 594558e

Please sign in to comment.