We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1396a3 commit f3bd027Copy full SHA for f3bd027
.github/actions/configure-x64/action.yml
@@ -74,8 +74,8 @@ runs:
74
--with-imap \
75
--with-imap-ssl \
76
--with-pdo-odbc=unixODBC,/usr \
77
- --with-pdo-oci=shared,instantclient,/opt/oracle/instantclient \
78
- --with-oci8=shared,instantclient,/opt/oracle/instantclient \
+ $([ -d "/opt/oracle/instantclient" ] && echo '--with-pdo-oci=shared,instantclient,/opt/oracle/instantclient') \
+ $([ -d "/opt/oracle/instantclient" ] && echo '--with-oci8=shared,instantclient,/opt/oracle/instantclient') \
79
--with-config-file-path=/etc \
80
--with-config-file-scan-dir=/etc/php.d \
81
--with-pdo-firebird \
0 commit comments