diff --git a/etc/ci/github-actions-make.sh b/etc/ci/github-actions-make.sh index 210872b92d..52def75b1f 100755 --- a/etc/ci/github-actions-make.sh +++ b/etc/ci/github-actions-make.sh @@ -61,7 +61,7 @@ cat time-of-build-pretty.log if [ ! -f finished.ok ]; then # see https://stackoverflow.com/a/15394738/377022 for more alternatives if [[ ! " $* " =~ " validate " ]]; then - make "$@" ${OUTPUT_SYNC} TIMED=1 TIMING=1 VERBOSE=1 || exit $? + make "$@" TIMED=1 TIMING=1 VERBOSE=1 || exit $? else exit 1 fi