mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 22:44:20 +02:00
Test installing rake to check RubyGems recognizes the executable as safe to override
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user