We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7963a8e commit ac1854cCopy full SHA for ac1854c
1 file changed
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
(make check || (for i in src/*.log; do echo === $i ===; cat $i; done; false))
46
make install
47
find inst
48
- cp ./liblo/inst/include/* ./inst/include/
+ mv -v ./liblo/inst/include/lo ./inst/include/
49
- name: make dist
50
run: make dist
51
- name: python wheels
0 commit comments