Skip to content

Commit 594558e

Browse files
lupyuenxiaoxiang781216
authored andcommitted
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/nuttx#14513 This PR fixes the typo in `build.yml` to checkout the correct branch of `nuttx` repo.
1 parent 80bbc01 commit 594558e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
esac
8282
fi
8383
84-
echo "name=$OS_REF" >> $GITHUB_OUTPUT
84+
echo "os_ref=$OS_REF" >> $GITHUB_OUTPUT
8585
echo "apps_ref=$APPS_REF" >> $GITHUB_OUTPUT
8686
8787
- name: Checkout nuttx repo

0 commit comments

Comments
 (0)