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 b64f9fc commit cab1b07Copy full SHA for cab1b07
.github/actions/compilers/entrypoint.sh
@@ -10,7 +10,7 @@
10
grouped()
11
{
12
echo "::group::${@}"
13
- "${@}"
+ sh -c "${@}" || cat /Library/Logs/DiagnosticReports/* ~/Library/Logs/DiagnosticReports/*
14
echo "::endgroup::"
15
}
16
0 commit comments