We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5547c87 commit f2f42b7Copy full SHA for f2f42b7
.github/workflows/test.yml
@@ -185,7 +185,8 @@ jobs:
185
shell: bash
186
run: echo ~ && bundle install
187
- name: Windows JRuby
188
- if: startsWith(matrix.os, 'windows') && startsWith(matrix.ruby, 'jruby')
+ # Should be startsWith(matrix.ruby, 'jruby') but broken on jruby-head: https://github.com/jruby/jruby/issues/8623
189
+ if: startsWith(matrix.os, 'windows') && matrix.ruby == 'jruby'
190
run: gem install sassc
191
192
testNoGemfile:
0 commit comments