From 517a3b1b36b6f5727d97c46b7641767c1564b333 Mon Sep 17 00:00:00 2001 From: Robin Wallin Date: Wed, 9 Jun 2021 16:37:27 +0200 Subject: [PATCH] Enable sassc test on JRuby on Windows 9.2.18.0 has been released, so this should work now. --- .github/workflows/test.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7558ed532..4c5610b9a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -95,10 +95,9 @@ jobs: - name: bash test shell: bash run: echo ~ - # Disabled until https://github.com/jruby/jruby/issues/6648 is fixed (9.2.18.0) - # - name: Windows JRuby - # if: startsWith(matrix.os, 'windows') && startsWith(matrix.ruby, 'jruby') - # run: gem install sassc + - name: Windows JRuby + if: startsWith(matrix.os, 'windows') && startsWith(matrix.ruby, 'jruby') + run: gem install sassc testExactBundlerVersion: name: "Test with an exact Bundler version"