We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae8cbba commit 476b8b8Copy full SHA for 476b8b8
.github/workflows/build-and-test.yml
@@ -71,7 +71,7 @@ jobs:
71
- name: build cavacore test application
72
run: gcc -I include -c -g cavacore_test.c
73
- name: link cavacore test application
74
- run: gcc -o cavacore_test cavacore_test.c build/libcava.so.p/cavacore.c.o -lm -lfftw3
+ run: gcc -I include -o cavacore_test cavacore_test.c build/libcava.so.p/cavacore.c.o -lm -lfftw3
75
- name: run cavacore test application
76
run: ./cavacore_test
77
build-macos:
0 commit comments