Skip to content

Commit 5c29e8d

Browse files
committed
we can't trust anything, can we
1 parent 71a58b8 commit 5c29e8d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ runs:
1111
steps:
1212
- shell: bash
1313
run: |
14-
oops() {
15-
echo "::group::Show config.log"
16-
cat config.log
17-
echo "::endgroup::"
18-
}
19-
trap oops ERR
2014
set -x
2115
./buildconf --force
2216
./configure \
@@ -82,4 +76,4 @@ runs:
8276
--with-config-file-scan-dir=/etc/php.d \
8377
${{ inputs.skipSlow == 'false' && '--with-pdo-dblib' || '' }} \
8478
--enable-werror \
85-
${{ inputs.configurationParameters }}
79+
${{ inputs.configurationParameters }} || cat config.log

0 commit comments

Comments
 (0)