We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37461a8 commit 4bc6a2cCopy full SHA for 4bc6a2c
build-tools/build.sh
@@ -30,7 +30,6 @@ git config --global --add safe.directory /github/workspace
30
COMPILE_STD_OUTPUT=$(mktemp)
31
echo "::group::Build Project"
32
meson setup --cross-file scripts/v5.ini build | tee $COMPILE_STD_OUTPUT
33
-echo "PIPESTATUS: ${PIPESTATUS[@]}"
34
meson_exit_code=${PIPESTATUS[0]}
35
echo "Meson setup exit code: $meson_exit_code"
36
if [ $meson_exit_code -ne 0 ]; then
0 commit comments