We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c510083 commit 939c546Copy full SHA for 939c546
.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