mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 14:34:21 +02:00
Print the full $PATH with bash to help debugging
This commit is contained in:
@@ -41,6 +41,9 @@ jobs:
|
||||
ruby-version: ${{ matrix.ruby }}
|
||||
bundler-cache: true
|
||||
- run: ruby -v
|
||||
- name: PATH
|
||||
shell: bash
|
||||
run: echo $PATH
|
||||
|
||||
- name: build compiler
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user