Skip to content

Commit 28693f6

Browse files
committed
update cygwin-build.sh
1 parent 252d56b commit 28693f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/scripts/cygwin/cygwin-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ LOGICAL_PROCESSORS=$(nproc)
1818

1919
set +u
2020
if [ -n "${GITHUB_ACTION}" ]; then
21-
make -j cli
21+
make cli
2222
else
2323
make -j $LOGICAL_PROCESSORS cli
2424
fi

0 commit comments

Comments
 (0)