From 490838959b3bffabd206ae19a14dee31d425f5ae Mon Sep 17 00:00:00 2001 From: k0kubun Date: Mon, 13 Aug 2018 16:03:47 +0000 Subject: appveyor.yml: install gdbm which is missing on AppVeyor environment https://github.com/ruby/ruby/commit/6a1e323ae88101cfed3fc4591d6e6a3bd8c05f02#commitcomment-30056791 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64350 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index dc4d43e44a..39e22e4082 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -118,7 +118,7 @@ for: pacman --noconfirm --sync --refresh --refresh pacman pacman --noconfirm --sync --refresh --refresh --sysupgrade --sysupgrade - pacman --noconfirm -S --needed base-devel" + pacman --noconfirm -S --needed base-devel mingw-w64-x86_64-gdbm" - | sh -c "ln -s $(which autom4te) /usr/bin/autom4te" sh -c "ln -s $(which m4) /usr/bin/m4" -- cgit v1.2.3