Skip to content

Commit 939c546

Browse files
Danackiluuu1994
authored andcommitted
Re-enable UnixODBC testing.
The problem installing the package in the CI environment has been fixed.
1 parent c510083 commit 939c546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/configure-x64/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ runs:
7070
--with-lmdb \
7171
--with-qdbm \
7272
--with-snmp \
73-
`#--with-unixODBC` \
73+
--with-unixODBC \
7474
--with-imap \
7575
--with-imap-ssl \
76-
`#--with-pdo-odbc=unixODBC,/usr` \
76+
--with-pdo-odbc=unixODBC,/usr \
7777
--with-pdo-oci=shared,instantclient,/opt/oracle/instantclient \
7878
--with-oci8=shared,instantclient,/opt/oracle/instantclient \
7979
--with-config-file-path=/etc \

0 commit comments

Comments
 (0)