We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e13b3 commit b8714f7Copy full SHA for b8714f7
.github/workflows/test.yml
@@ -195,8 +195,7 @@ jobs:
195
shell: bash
196
run: echo ~ && bundle install
197
- name: Windows JRuby
198
- # Should be startsWith(matrix.ruby, 'jruby') but broken on jruby-head: https://github.com/jruby/jruby/issues/8623
199
- if: startsWith(matrix.os, 'windows') && matrix.ruby == 'jruby'
+ if: startsWith(matrix.os, 'windows') && startsWith(matrix.ruby, 'jruby')
200
run: gem install sassc
201
202
testDotRubyVersion:
0 commit comments