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 committed Oct 27, 2024
1 parent 7f7bbe2 commit 8e99c8a
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 @@ -82,7 +82,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 8e99c8a

Please sign in to comment.