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 8d67a3e commit ea678b5Copy full SHA for ea678b5
.github/actions/configure-gentoo/action.yml
@@ -11,12 +11,6 @@ runs:
11
steps:
12
- shell: bash
13
run: |
14
- oops() {
15
- echo "::group::Show config.log"
16
- cat config.log
17
- echo "::endgroup::"
18
- }
19
- trap oops ERR
20
set -x
21
./buildconf --force
22
./configure \
@@ -82,4 +76,4 @@ runs:
82
76
--with-config-file-scan-dir=/etc/php.d \
83
77
${{ inputs.skipSlow == 'false' && '--with-pdo-dblib' || '' }} \
84
78
--enable-werror \
85
- ${{ inputs.configurationParameters }}
79
+ ${{ inputs.configurationParameters }} || cat config.log
0 commit comments