Skip to content

Commit 0df5288

Browse files
committed
Remove gem install sassc on Windows JRuby
* It's quite slow and sassc is EOL.
1 parent 89f9052 commit 0df5288

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,6 @@ jobs:
135135
- name: bash test
136136
shell: bash
137137
run: echo ~ && bundle install
138-
- name: Windows JRuby
139-
if: runner.os == 'Windows' && startsWith(matrix.ruby, 'jruby')
140-
run: gem install sassc
141138

142139
testDotRubyVersion:
143140
name: "Test .ruby-version"

0 commit comments

Comments
 (0)