We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08cb14f commit d8b2e3cCopy full SHA for d8b2e3c
sapi/scripts/cygwin/cygwin-build.sh
@@ -21,8 +21,8 @@ if [ -n "${GITHUB_ACTION}" ]; then
21
if test $LOGICAL_PROCESSORS -ge 4; then
22
LOGICAL_PROCESSORS=$((LOGICAL_PROCESSORS - 2))
23
fi
24
- # make cli
25
- make -j $LOGICAL_PROCESSORS cli
+ make cli
+ # make -j $LOGICAL_PROCESSORS cli
26
else
27
make -j $LOGICAL_PROCESSORS cli
28
0 commit comments