Skip to content

Commit 48326c8

Browse files
committed
wip
1 parent b8f7063 commit 48326c8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ runs:
7575
--with-imap-ssl \
7676
--with-pdo-odbc=unixODBC,/usr \
7777
--with-pdo-firebird \
78-
--with-pdo-dblib \
7978
--with-pdo-oci=shared,instantclient,/opt/oracle/instantclient \
8079
--with-oci8=shared,instantclient,/opt/oracle/instantclient \
8180
--enable-werror \

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020
jobs:
2121
LINUX_X64:
2222
strategy:
23+
fail-fast: true
2324
matrix:
2425
include:
2526
- debug: true

0 commit comments

Comments
 (0)