Skip to content

Commit 4abc790

Browse files
committed
Revert "no GDBM on Alpine at all"
This reverts commit f5d411a.
1 parent 3d74ae3 commit 4abc790

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
@@ -68,7 +68,7 @@ runs:
6868
--enable-inifile \
6969
--with-tcadb \
7070
--with-lmdb \
71-
$(if [ -f /etc/alpine-release ]; then echo `#--with-gdbm`; else echo --with-qdbm; fi) \
71+
$(if [ -f /etc/alpine-release ]; then echo --with-gdbm; else echo --with-qdbm; fi) \
7272
--with-snmp \
7373
--with-unixODBC \
7474
--with-imap \

0 commit comments

Comments
 (0)