We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4179bee commit ec16632Copy full SHA for ec16632
1 file changed
.github/workflows/test.yml
@@ -84,6 +84,22 @@ jobs:
84
shell: C:\\cygwin\\bin\\bash.exe --noprofile --norc -eo pipefail {0}
85
run: cp cache-sortref/sortref /usr/local/bin/
86
87
+ - shell: C:\\cygwin\\bin\\bash.exe --noprofile --norc -eo pipefail {0}
88
+ run: |
89
+ type sortref
90
+ echo
91
+ echo $PATH
92
93
+ ls /
94
95
+ ls /usr
96
97
+ ls /usr/local
98
99
+ ls /usr/local/bin
100
101
+ ls -l /usr/local/bin/sortref
102
+
103
- name: Test
104
105
run: make ${{ matrix.check-target }}
0 commit comments