mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
.github/workflows: Add nuttx/source to the safe directory, covering apps
Signed-off-by: qinwei1 <qinwei1@xiaomi.com>
This commit is contained in:
parent
429c474aff
commit
b7cdacf3b5
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue