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.
1 parent b8f7063 commit 48326c8Copy full SHA for 48326c8
.github/actions/configure-x64/action.yml
@@ -75,7 +75,6 @@ runs:
75
--with-imap-ssl \
76
--with-pdo-odbc=unixODBC,/usr \
77
--with-pdo-firebird \
78
- --with-pdo-dblib \
79
--with-pdo-oci=shared,instantclient,/opt/oracle/instantclient \
80
--with-oci8=shared,instantclient,/opt/oracle/instantclient \
81
--enable-werror \
.github/workflows/push.yml
@@ -20,6 +20,7 @@ on:
20
jobs:
21
LINUX_X64:
22
strategy:
23
+ fail-fast: true
24
matrix:
25
include:
26
- debug: true
0 commit comments