From 75ee520cedc7e30db39438a0bfc38ed0aaebba3c Mon Sep 17 00:00:00 2001 From: xzyfer Date: Sat, 16 Mar 2019 19:44:32 +1100 Subject: [PATCH] Install hrx gem in Windows CI --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index d964fade4..4404dcadf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,6 +29,7 @@ install: - set PATH=C:\Ruby%ruby_version%\bin;%PATH% - ps: | if(!(gem which minitest 2>$nul)) { gem install minitest --no-ri --no-rdoc } + if(!(gem which hrx 2>$nul)) { gem install hrx --no-ri --no-rdoc } if ($env:Compiler -eq "mingw" -AND -Not (Test-Path "C:\mingw64")) { # Install MinGW. $file = "x86_64-4.9.2-release-win32-seh-rt_v4-rev3.7z"