Skip to content

Commit fdac224

Browse files
committed
New Linux meson CI
1 parent 4b2121a commit fdac224

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ jobs:
6969
- name: build cavacore test application
7070
run: gcc -c -g cavacore_test.c
7171
- name: link cavacore test application
72-
run: gcc -o cavacore_test cavacore_test.o src/cava-cavacore.o -lm -lfftw3
72+
run: gcc -o cavacore_test cavacore_test.c build/libcava.so.p/src_cavacore.c.o -lm -lfftw3
7373
- name: run cavacore test application
74-
run: ./build/cavacore_test
74+
run: ./cavacore_test
7575

7676
build-macos:
7777
runs-on: macos-latest

0 commit comments

Comments
 (0)