We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b2121a commit fdac224Copy full SHA for fdac224
.github/workflows/build-and-test.yml
@@ -69,9 +69,9 @@ jobs:
69
- name: build cavacore test application
70
run: gcc -c -g cavacore_test.c
71
- name: link cavacore test application
72
- run: gcc -o cavacore_test cavacore_test.o src/cava-cavacore.o -lm -lfftw3
+ run: gcc -o cavacore_test cavacore_test.c build/libcava.so.p/src_cavacore.c.o -lm -lfftw3
73
- name: run cavacore test application
74
- run: ./build/cavacore_test
+ run: ./cavacore_test
75
76
build-macos:
77
runs-on: macos-latest
0 commit comments