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 2a96232 commit b90f03bCopy full SHA for b90f03b
.github/actions/configure-x64/action.yml
@@ -79,7 +79,7 @@ runs:
79
--with-oci8=shared,instantclient,/opt/oracle/instantclient \
80
--with-config-file-path=/etc \
81
--with-config-file-scan-dir=/etc/php.d \
82
- --with-pdo-firebird \
+ $(if [ -f /etc/alpine-release ]; then echo ; else echo --with-pdo-firebird; fi) \
83
--with-pdo-dblib \
84
--enable-werror \
85
${{ inputs.configurationParameters }}
0 commit comments