1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

appveyor.yml: install gdbm

which is missing on AppVeyor environment

6a1e323ae8 (commitcomment-30056791)

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64350 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
k0kubun 2018-08-13 16:03:47 +00:00
parent 2d313a29f8
commit 490838959b

View file

@ -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"