Test installing rake to check RubyGems recognizes the executable as safe to override

This commit is contained in:
Benoit Daloze
2020-11-01 16:54:38 +01:00
parent b9ca796ede
commit 35f0af38a7
+3
View File
@@ -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: