Skip to content

Commit

Permalink
Enable sassc test on JRuby on Windows
Browse files Browse the repository at this point in the history
9.2.18.0 has been released, so this should work now.
  • Loading branch information
walro authored and eregon committed Jun 10, 2021
1 parent 4406a41 commit 517a3b1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Expand Up @@ -95,10 +95,9 @@ jobs:
- name: bash test
shell: bash
run: echo ~
# Disabled until https://github.com/jruby/jruby/issues/6648 is fixed (9.2.18.0)
# - name: Windows JRuby
# if: startsWith(matrix.os, 'windows') && startsWith(matrix.ruby, 'jruby')
# run: gem install sassc
- name: Windows JRuby
if: startsWith(matrix.os, 'windows') && startsWith(matrix.ruby, 'jruby')
run: gem install sassc

testExactBundlerVersion:
name: "Test with an exact Bundler version"
Expand Down

0 comments on commit 517a3b1

Please sign in to comment.