Skip to content

Commit a17ad02

Browse files
committed
no imap
1 parent 4178a24 commit a17ad02

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
@@ -71,7 +71,7 @@ runs:
7171
$(if [ -f /etc/alpine-release ]; then echo --with-gdbm; else echo --with-qdbm; fi) \
7272
--with-snmp \
7373
--with-unixODBC \
74-
--with-imap \
74+
$(if [ -f /etc/alpine-release ]; then echo ; else echo --with-imap; fi) \
7575
--with-kerberos \
7676
--with-imap-ssl \
7777
--with-pdo-odbc=unixODBC,/usr \

0 commit comments

Comments
 (0)