From 35f0af38a7a92a2a9b2b3592a744c00fd17ee4a8 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sun, 1 Nov 2020 12:15:04 +0100 Subject: [PATCH] Test installing rake to check RubyGems recognizes the executable as safe to override --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c3fbabc..2bfa775 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -100,6 +100,9 @@ jobs: if: startsWith(matrix.os, 'windows') && startsWith(matrix.ruby, 'jruby') run: gem install sassc -N + - name: Test installing rake to check RubyGems recognizes the executable as safe to override + run: gem install rake + lint: runs-on: ubuntu-latest steps: