Skip to content

Commit cab1b07

Browse files
author
Jacob Lacouture
committed
show diag
1 parent b64f9fc commit cab1b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/compilers/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
grouped()
1111
{
1212
echo "::group::${@}"
13-
"${@}"
13+
sh -c "${@}" || cat /Library/Logs/DiagnosticReports/* ~/Library/Logs/DiagnosticReports/*
1414
echo "::endgroup::"
1515
}
1616

0 commit comments

Comments
 (0)