Skip to content

Commit cd77916

Browse files
committed
Print config.log on config failure
1 parent 74e9609 commit cd77916

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/configure-gentoo/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,7 @@ runs:
7777
${{ inputs.skipSlow == 'false' && '--with-pdo-dblib' || '' }} \
7878
--enable-werror \
7979
${{ inputs.configurationParameters }}
80+
|| (echo "::group::config.log"
81+
cat config.log
82+
echo "::endgroup::"
83+
exit 1)

0 commit comments

Comments
 (0)