diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8e121128a19..19e2594e7a5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -190,6 +190,8 @@ jobs: BLOBDIR: /tools/blobs with: run: | + export ARTIFACTDIR=`pwd`/buildartifacts + pip install ntfc==0.0.1 mkdir /github/workspace/nuttx-ntfc mkdir /github/workspace/nuttx-ntfc/external @@ -197,10 +199,9 @@ jobs: # get NTFC test cases cd external git clone -b release-0.0.1 https://github.com/szafonimateusz-mi/nuttx-testing + export NTFCDIR=/github/workspace/nuttx-ntfc echo "::add-matcher::sources/nuttx/.github/gcc.json" - export ARTIFACTDIR=`pwd`/buildartifacts - export NTFCDIR=/github/workspace/nuttx-ntfc git config --global --add safe.directory /github/workspace/sources/nuttx git config --global --add safe.directory /github/workspace/sources/apps cd /github/workspace/sources/nuttx/tools/ci