mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 14:34:21 +02:00
The name of the step should be enough to describe it
This commit is contained in:
@@ -55,13 +55,10 @@ jobs:
|
||||
- run: bundle exec rake --version
|
||||
- name: which ruby, rake
|
||||
if: startsWith(matrix.os, 'windows') == false
|
||||
run: |
|
||||
# which -a ruby, rake
|
||||
which -a ruby rake
|
||||
run: which -a ruby rake
|
||||
- name: where ruby, rake
|
||||
if: startsWith(matrix.os, 'windows')
|
||||
run: |
|
||||
# where ruby, rake
|
||||
$ErrorActionPreference = 'Continue'
|
||||
$where = 'ruby', 'rake'
|
||||
foreach ($e in $where) {
|
||||
@@ -113,7 +110,6 @@ jobs:
|
||||
- name: where ruby, rake
|
||||
if: startsWith(matrix.cfg.os, 'windows')
|
||||
run: |
|
||||
# where
|
||||
$ErrorActionPreference = 'Continue'
|
||||
$where = 'ruby', 'rake'
|
||||
foreach ($e in $where) {
|
||||
|
||||
+1498
-685
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user