Skip to content

Commit

Permalink
Install hrx gem in Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyfer committed Mar 16, 2019
1 parent c16bee1 commit 189aeb9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ install:
- git clone https://github.com/sass/sass-spec.git
- 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 minitest 2>$nul)) {
gem install minitest --no-ri --no-rdoc
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"
Expand Down

0 comments on commit 189aeb9

Please sign in to comment.