qinwei2004 commented on code in PR #6515:
URL: https://github.com/apache/incubator-nuttx/pull/6515#discussion_r906621902
##########
.github/workflows/build.yml:
##########
@@ -154,7 +154,7 @@ jobs:
export CCACHE_DIR=`pwd`/ccache
mkdir $CCACHE_DIR
export ARTIFACTDIR=`pwd`/buildartifacts
- git config --global --add safe.directory
/github/workspace/sources/nuttx
+ git config --global --add safe.directory /github/workspace/sources
Review Comment:
Fail, so let's add
git config --global --add safe.directory /github/workspace/sources/apps
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]