ci: show PATH in build script

This commit is contained in:
Edward Thomson
2023-12-19 11:25:24 +00:00
parent 9d8fa925f2
commit 05a8d8d7be

View File

@@ -61,6 +61,8 @@ if test -n "${CC}"; then
"${CC}" --version 2>&1 | indent
fi
echo "Environment:"
echo "PATH=${BUILD_PATH}" | indent
if test -n "${CC}"; then
echo "CC=${CC}" | indent
fi