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 4178a24 commit a17ad02Copy full SHA for a17ad02
.github/actions/configure-x64/action.yml
@@ -71,7 +71,7 @@ runs:
71
$(if [ -f /etc/alpine-release ]; then echo --with-gdbm; else echo --with-qdbm; fi) \
72
--with-snmp \
73
--with-unixODBC \
74
- --with-imap \
+ $(if [ -f /etc/alpine-release ]; then echo ; else echo --with-imap; fi) \
75
--with-kerberos \
76
--with-imap-ssl \
77
--with-pdo-odbc=unixODBC,/usr \
0 commit comments