We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 252d56b commit 28693f6Copy full SHA for 28693f6
sapi/scripts/cygwin/cygwin-build.sh
@@ -18,7 +18,7 @@ LOGICAL_PROCESSORS=$(nproc)
18
19
set +u
20
if [ -n "${GITHUB_ACTION}" ]; then
21
- make -j cli
+ make cli
22
else
23
make -j $LOGICAL_PROCESSORS cli
24
fi
0 commit comments