Skip to content

Commit 517a3b1

Browse files
walroeregon
authored andcommitted
Enable sassc test on JRuby on Windows
9.2.18.0 has been released, so this should work now.
1 parent 4406a41 commit 517a3b1

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,9 @@ jobs:
9595
- name: bash test
9696
shell: bash
9797
run: echo ~
98-
# Disabled until https://github.com/jruby/jruby/issues/6648 is fixed (9.2.18.0)
99-
# - name: Windows JRuby
100-
# if: startsWith(matrix.os, 'windows') && startsWith(matrix.ruby, 'jruby')
101-
# run: gem install sassc
98+
- name: Windows JRuby
99+
if: startsWith(matrix.os, 'windows') && startsWith(matrix.ruby, 'jruby')
100+
run: gem install sassc
102101

103102
testExactBundlerVersion:
104103
name: "Test with an exact Bundler version"

0 commit comments

Comments
 (0)