Skip to content

Commit

Permalink
Revert "Test installing rake to check RubyGems recognizes the executa…
Browse files Browse the repository at this point in the history
…ble as safe to override"

* This reverts commit 35f0af3.
* It fails for some cases like Ruby <= 2.2 and on some RubyInstaller builds,
  see #98 (comment)
* Most users will use Bundler to install rake, and that already works fine.
  • Loading branch information
eregon committed Nov 7, 2020
1 parent 4bb29a5 commit 5da31b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ 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:
Expand Down

0 comments on commit 5da31b4

Please sign in to comment.