We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd6d684 commit f47be1aCopy full SHA for f47be1a
etc/ci/github-actions-make.sh
@@ -61,7 +61,7 @@ cat time-of-build-pretty.log
61
if [ ! -f finished.ok ]; then
62
# see https://stackoverflow.com/a/15394738/377022 for more alternatives
63
if [[ ! " $* " =~ " validate " ]]; then
64
- make "$@" ${OUTPUT_SYNC} TIMED=1 TIMING=1 VERBOSE=1 || exit $?
+ make "$@" TIMED=1 TIMING=1 VERBOSE=1 || exit $?
65
else
66
exit 1
67
fi
0 commit comments