You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2022/06/24 11:55:25 UTC

[incubator-nuttx] branch master updated: .github/workflows: Add nuttx/source to the safe directory

This is an automated email from the ASF dual-hosted git repository.

pkarashchenko 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 02690fe58e .github/workflows: Add nuttx/source to the safe directory
02690fe58e is described below

commit 02690fe58e0594369f4745a6ee3feca98d0e2f02
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Thu Jun 23 05:33:15 2022 +0800

    .github/workflows: Add nuttx/source to the safe directory
    
    Signed-off-by: Xiang Xiao <xi...@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 d0539301d8..b805f955d5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -154,6 +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
             cd sources/nuttx/tools/ci
             ./cibuild.sh -A -R -c testlist/${{matrix.boards}}.dat
             ccache -s