mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 22:44:20 +02:00
Improve Path info in CI, add workflow_dispatch
This commit is contained in:
@@ -10,6 +10,8 @@ on:
|
||||
- README.md
|
||||
schedule:
|
||||
- cron: '0 7 * * SUN'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
strategy:
|
||||
@@ -40,8 +42,10 @@ jobs:
|
||||
bundler-cache: true
|
||||
- run: ruby -v
|
||||
- name: PATH
|
||||
shell: bash
|
||||
run: echo $PATH
|
||||
shell: pwsh
|
||||
run: |
|
||||
# Show PATH with Powershell
|
||||
$f, $r = $env:PATH.split([IO.Path]::PathSeparator); $r
|
||||
|
||||
- name: build compiler
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user