From 1bba720c2fe4b13138e42a3a24e74bab8b055a68 Mon Sep 17 00:00:00 2001 From: xuxin19 Date: Thu, 10 Oct 2024 09:47:56 +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 7817dd41128ab..cddd0ba2618e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -328,7 +328,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: