mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 06:34:19 +02:00
Remove gem install sassc on Windows JRuby
* It's quite slow and sassc is EOL.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user