From 131ff36842785fad58c09eadd71c8bbc4d69a8b2 Mon Sep 17 00:00:00 2001 From: xuxin19 Date: Thu, 10 Oct 2024 09:53:19 +0800 Subject: [PATCH] build.yml:disable CMake Ninja for Msys2 CI in the msys2 environment, the CMake ninja generator will have a problem with parameters being too long Signed-off-by: xuxin19 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e5999814c..3224c6f58 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -323,7 +323,7 @@ jobs: 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 -g -i -A -C -N -R testlist/${{matrix.boards}}.dat + ./cibuild.sh -g -i -A -C -R testlist/${{matrix.boards}}.dat - uses: actions/upload-artifact@v4 with: