mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 14:34:21 +02:00
Enable sassc test on JRuby on Windows
9.2.18.0 has been released, so this should work now.
This commit is contained in:
committed by
Benoit Daloze
parent
4406a4131e
commit
517a3b1b36
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user