Skip to content

Commit 189aeb9

Browse files
committed
Install hrx gem in Windows CI
1 parent c16bee1 commit 189aeb9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

appveyor.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ install:
2828
- git clone https://github.com/sass/sass-spec.git
2929
- set PATH=C:\Ruby%ruby_version%\bin;%PATH%
3030
- ps: |
31-
if(!(gem which minitest 2>$nul)) { gem install minitest --no-ri --no-rdoc }
31+
if(!(gem which minitest 2>$nul)) {
32+
gem install minitest --no-ri --no-rdoc
33+
gem install hrx --no-ri --no-rdoc
34+
}
3235
if ($env:Compiler -eq "mingw" -AND -Not (Test-Path "C:\mingw64")) {
3336
# Install MinGW.
3437
$file = "x86_64-4.9.2-release-win32-seh-rt_v4-rev3.7z"

0 commit comments

Comments
 (0)