Skip to content

Commit 75ee520

Browse files
committed
Install hrx gem in Windows CI
1 parent c16bee1 commit 75ee520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ install:
2929
- set PATH=C:\Ruby%ruby_version%\bin;%PATH%
3030
- ps: |
3131
if(!(gem which minitest 2>$nul)) { gem install minitest --no-ri --no-rdoc }
32+
if(!(gem which hrx 2>$nul)) { gem install hrx --no-ri --no-rdoc }
3233
if ($env:Compiler -eq "mingw" -AND -Not (Test-Path "C:\mingw64")) {
3334
# Install MinGW.
3435
$file = "x86_64-4.9.2-release-win32-seh-rt_v4-rev3.7z"

0 commit comments

Comments
 (0)