GHA: canary-matrix.yml: use set -o pipefail

This commit is contained in:
Darryl L. Miles 2025-06-17 16:21:31 +01:00
parent 5e32174dbb
commit 9551167e10
1 changed files with 1 additions and 0 deletions

View File

@ -203,6 +203,7 @@ jobs:
export CPP="clang-cpp-${BUILD_CLANG_VERSION}"
fi
set -o pipefail # due to pipe inside CI
./configure $CONFIGURE_ARGS 2>&1 | tee CONFIGURE.LOG
egrep "^(CPP|CXX|CC)\s" defs.mak