Skip to content

Commit 8178bde

Browse files
committed
try to fix formatting
1 parent 3a391c7 commit 8178bde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ runs:
7777
${{ inputs.skipSlow == 'false' && '--with-pdo-dblib' || '' }} \
7878
--enable-werror \
7979
${{ inputs.configurationParameters }} \
80-
|| (echo "::group::config.log"
80+
|| (echo
81+
echo "::group::Show config.log"
8182
cat config.log
8283
echo "::endgroup::"
8384
exit 1)

0 commit comments

Comments
 (0)