File tree 1 file changed +2
-2
lines changed
.github/actions/configure-x64
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77
77
${{ inputs.skipSlow == 'false' && '--with-imap' || '' }} \
78
78
${{ inputs.skipSlow == 'false' && '--with-imap-ssl' || '' }} \
79
79
${{ inputs.skipSlow == 'false' && '--with-pdo-odbc=unixODBC,/usr' || '' }} \
80
- ${{ inputs.skipSlow == 'false' && '--with-pdo-oci=shared,instantclient,/opt/oracle/instantclient' || '' }} \
81
- ${{ inputs.skipSlow == 'false' && '--with-oci8=shared,instantclient,/opt/oracle/instantclient' || '' }} \
80
+ $([ -d "/opt/oracle/instantclient" ] && echo '--with-pdo-oci=shared,instantclient,/opt/oracle/instantclient') \
81
+ $([ -d "/opt/oracle/instantclient" ] && echo '--with-oci8=shared,instantclient,/opt/oracle/instantclient') \
82
82
--with-config-file-path=/etc \
83
83
--with-config-file-scan-dir=/etc/php.d \
84
84
${{ inputs.skipSlow == 'false' && '--with-pdo-firebird' || '' }} \
You can’t perform that action at this time.
0 commit comments