Skip to content

Commit dd3de80

Browse files
committed
fix4
1 parent 676b01d commit dd3de80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- name: build cavacore test application
111111
run: gcc -I include -c -g cavacore_test.c
112112
- name: link cavacore test application
113-
run: gcc -I include -o cavacore_test cavacore_test.o cava-cavacore.o -lm -lfftw3
113+
run: gcc -I include -o cavacore_test cavacore_test.c build/libcava.so.p/cavacore.c.o -lm -lfftw3
114114
- name: run cavacore test application
115115
run: ./cavacore_test
116116

0 commit comments

Comments
 (0)