Skip to content

Commit 59b5e3d

Browse files
committed
ci: bin
1 parent cbf2256 commit 59b5e3d

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -82,23 +82,7 @@ jobs:
8282
8383
- name: Install sortref
8484
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-
echo
93-
ls /usr
94-
echo
95-
ls /usr/local
96-
echo
97-
ls /usr/local/bin
98-
echo
99-
ls -l /usr/local/bin/sortref
100-
echo
101-
type sortref
85+
run: cp cache/sortref /usr/bin
10286

10387
- name: Test
10488
shell: C:\\cygwin\\bin\\bash.exe --noprofile --norc -eo pipefail {0}

0 commit comments

Comments
 (0)