mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 22:44:20 +02:00
which rake does not work on Windows on Ruby 2.5+
This commit is contained in:
@@ -115,9 +115,12 @@ jobs:
|
||||
env:
|
||||
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/gem_from_github.gemfile
|
||||
|
||||
- name: which ruby, rake, bundle
|
||||
- name: which ruby, bundle
|
||||
shell: bash
|
||||
run: which -a ruby rake bundle
|
||||
run: which -a ruby bundle
|
||||
- name: which rake
|
||||
run: which -a rake
|
||||
if: "!startsWith(matrix.os, 'windows')"
|
||||
- name: where ruby, rake, bundle
|
||||
if: startsWith(matrix.os, 'windows')
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user