Skip to content

Commit

Permalink
build.yml:disable CMake Ninja for Msys2
Browse files Browse the repository at this point in the history
CI in the msys2 environment, the CMake ninja generator
will have a problem with parameters being too long

Signed-off-by: xuxin19 <[email protected]>
  • Loading branch information
xuxin930 authored and anchao committed Oct 12, 2024
1 parent a2b129f commit 1bba720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1bba720

Please sign in to comment.