Skip to content

Commit ac1854c

Browse files
committed
CI: working on test job - copy liblo headers to artifact
1 parent 7963a8e commit ac1854c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
(make check || (for i in src/*.log; do echo === $i ===; cat $i; done; false))
4646
make install
4747
find inst
48-
cp ./liblo/inst/include/* ./inst/include/
48+
mv -v ./liblo/inst/include/lo ./inst/include/
4949
- name: make dist
5050
run: make dist
5151
- name: python wheels

0 commit comments

Comments
 (0)