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 9209982 commit 5dea7dcCopy full SHA for 5dea7dc
.github/actions/configure-gentoo/action.yml
@@ -77,3 +77,7 @@ runs:
77
${{ inputs.skipSlow == 'false' && '--with-pdo-dblib' || '' }} \
78
--enable-werror \
79
${{ inputs.configurationParameters }}
80
+ || (echo "::group::config.log"
81
+ cat config.log
82
+ echo "::endgroup::"
83
+ exit 1)
0 commit comments