Print the full $PATH with bash to help debugging

This commit is contained in:
Benoit Daloze
2020-09-03 13:21:50 +02:00
parent a096b998ad
commit 9ec93a2370
+3
View File
@@ -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: |