Skip to content

Commit 9ec93a2

Browse files
committed
Print the full $PATH with bash to help debugging
1 parent a096b99 commit 9ec93a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
ruby-version: ${{ matrix.ruby }}
4242
bundler-cache: true
4343
- run: ruby -v
44+
- name: PATH
45+
shell: bash
46+
run: echo $PATH
4447

4548
- name: build compiler
4649
run: |

0 commit comments

Comments
 (0)