mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Re-enable UnixODBC testing.
The problem installing the package in the CI environment has been fixed.
This commit is contained in:
parent
c510083c8c
commit
939c546ea1
1 changed files with 2 additions and 2 deletions
4
.github/actions/configure-x64/action.yml
vendored
4
.github/actions/configure-x64/action.yml
vendored
|
@ -70,10 +70,10 @@ runs:
|
|||
--with-lmdb \
|
||||
--with-qdbm \
|
||||
--with-snmp \
|
||||
`#--with-unixODBC` \
|
||||
--with-unixODBC \
|
||||
--with-imap \
|
||||
--with-imap-ssl \
|
||||
`#--with-pdo-odbc=unixODBC,/usr` \
|
||||
--with-pdo-odbc=unixODBC,/usr \
|
||||
--with-pdo-oci=shared,instantclient,/opt/oracle/instantclient \
|
||||
--with-oci8=shared,instantclient,/opt/oracle/instantclient \
|
||||
--with-config-file-path=/etc \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue