This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push: new b7cdacf3b5 .github/workflows: Add nuttx/source to the safe directory, covering apps b7cdacf3b5 is described below commit b7cdacf3b537b713942ee5de84a677780d4cb06a Author: qinwei1 <qinw...@xiaomi.com> AuthorDate: Fri Jun 24 18:28:22 2022 -0700 .github/workflows: Add nuttx/source to the safe directory, covering apps Signed-off-by: qinwei1 <qinw...@xiaomi.com> --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b805f955d5..ae8eacdfbe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -155,6 +155,7 @@ jobs: 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/apps cd sources/nuttx/tools/ci ./cibuild.sh -A -R -c testlist/${{matrix.boards}}.dat ccache -s