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 31a254d commit 1247255Copy full SHA for 1247255
.github/actions/configure-x64/action.yml
@@ -66,7 +66,7 @@ runs:
66
--with-cdb \
67
--enable-flatfile \
68
--enable-inifile \
69
- $(if [ -f /etc/alpine-release ]; then ; else echo --with-tcadb; fi) \
+ $(if [ -f /etc/alpine-release ]; then echo ; else echo --with-tcadb; fi) \
70
--with-lmdb \
71
$(if [ -f /etc/alpine-release ]; then echo --with-gdbm; else echo --with-qdbm; fi) \
72
--with-snmp \
0 commit comments