Skip to content

Commit d8b2e3c

Browse files
committed
update cygwin-build.sh
1 parent 08cb14f commit d8b2e3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sapi/scripts/cygwin/cygwin-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ if [ -n "${GITHUB_ACTION}" ]; then
2121
if test $LOGICAL_PROCESSORS -ge 4; then
2222
LOGICAL_PROCESSORS=$((LOGICAL_PROCESSORS - 2))
2323
fi
24-
# make cli
25-
make -j $LOGICAL_PROCESSORS cli
24+
make cli
25+
# make -j $LOGICAL_PROCESSORS cli
2626
else
2727
make -j $LOGICAL_PROCESSORS cli
2828
fi

0 commit comments

Comments
 (0)