We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 676b01d commit dd3de80Copy full SHA for dd3de80
.github/workflows/build-and-test.yml
@@ -110,7 +110,7 @@ jobs:
110
- name: build cavacore test application
111
run: gcc -I include -c -g cavacore_test.c
112
- name: link cavacore test application
113
- run: gcc -I include -o cavacore_test cavacore_test.o cava-cavacore.o -lm -lfftw3
+ run: gcc -I include -o cavacore_test cavacore_test.c build/libcava.so.p/cavacore.c.o -lm -lfftw3
114
- name: run cavacore test application
115
run: ./cavacore_test
116
0 commit comments