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.
2 parents 7bcde7e + 0d56a5b commit 1cb38e4Copy full SHA for 1cb38e4
.github/actions/configure-x64/action.yml
@@ -70,10 +70,10 @@ runs:
70
--with-lmdb \
71
--with-qdbm \
72
--with-snmp \
73
- --with-unixODBC \
+ `#--with-unixODBC` \
74
--with-imap \
75
--with-imap-ssl \
76
- --with-pdo-odbc=unixODBC,/usr \
+ `#--with-pdo-odbc=unixODBC,/usr` \
77
--with-pdo-oci=shared,instantclient,/opt/oracle/instantclient \
78
--with-oci8=shared,instantclient,/opt/oracle/instantclient \
79
--with-config-file-path=/etc \
0 commit comments