Skip to content

Commit b90f03b

Browse files
committed
no firebird on Alpine
1 parent 2a96232 commit b90f03b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ runs:
7979
--with-oci8=shared,instantclient,/opt/oracle/instantclient \
8080
--with-config-file-path=/etc \
8181
--with-config-file-scan-dir=/etc/php.d \
82-
--with-pdo-firebird \
82+
$(if [ -f /etc/alpine-release ]; then echo ; else echo --with-pdo-firebird; fi) \
8383
--with-pdo-dblib \
8484
--enable-werror \
8585
${{ inputs.configurationParameters }}

0 commit comments

Comments
 (0)