Skip to content

Commit 31a254d

Browse files
committed
no tcadb
1 parent 4abc790 commit 31a254d

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
@@ -66,7 +66,7 @@ runs:
6666
--with-cdb \
6767
--enable-flatfile \
6868
--enable-inifile \
69-
--with-tcadb \
69+
$(if [ -f /etc/alpine-release ]; then ; else echo --with-tcadb; fi) \
7070
--with-lmdb \
7171
$(if [ -f /etc/alpine-release ]; then echo --with-gdbm; else echo --with-qdbm; fi) \
7272
--with-snmp \

0 commit comments

Comments
 (0)