Skip to content

Commit 18b611d

Browse files
committed
Temporarily disable odbc in ci
The unixodbc.h header is suddenly missing.
1 parent 13c34aa commit 18b611d

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)