Skip to content

Commit 476b8b8

Browse files
committed
test_6 happy meson
1 parent ae8cbba commit 476b8b8

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
@@ -71,7 +71,7 @@ jobs:
7171
- name: build cavacore test application
7272
run: gcc -I include -c -g cavacore_test.c
7373
- name: link cavacore test application
74-
run: gcc -o cavacore_test cavacore_test.c build/libcava.so.p/cavacore.c.o -lm -lfftw3
74+
run: gcc -I include -o cavacore_test cavacore_test.c build/libcava.so.p/cavacore.c.o -lm -lfftw3
7575
- name: run cavacore test application
7676
run: ./cavacore_test
7777
build-macos:

0 commit comments

Comments
 (0)