Remove gem install sassc on Windows JRuby

* It's quite slow and sassc is EOL.
This commit is contained in:
Benoit Daloze
2026-06-20 13:14:10 +02:00
parent 89f90524b8
commit 0df5288f06
-3
View File
@@ -135,9 +135,6 @@ jobs:
- name: bash test
shell: bash
run: echo ~ && bundle install
- name: Windows JRuby
if: runner.os == 'Windows' && startsWith(matrix.ruby, 'jruby')
run: gem install sassc
testDotRubyVersion:
name: "Test .ruby-version"