Skip to content

Commit e068c01

Browse files
committed
helps to put the backslash there
1 parent cd77916 commit e068c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ runs:
7676
--with-config-file-scan-dir=/etc/php.d \
7777
${{ inputs.skipSlow == 'false' && '--with-pdo-dblib' || '' }} \
7878
--enable-werror \
79-
${{ inputs.configurationParameters }}
79+
${{ inputs.configurationParameters }} \
8080
|| (echo "::group::config.log"
8181
cat config.log
8282
echo "::endgroup::"

0 commit comments

Comments
 (0)