From 1328335dba6b565b31a0a3e39adb33d7b7470fbc Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sun, 6 Jun 2021 11:03:36 +0200 Subject: [PATCH] Cleanup --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2da1486..7558ed5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -95,10 +95,10 @@ jobs: - name: bash test shell: bash run: echo ~ - # Disabled until https://github.com/jruby/jruby/issues/6648 is fixed + # 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 -N + # run: gem install sassc testExactBundlerVersion: name: "Test with an exact Bundler version"