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