Skip to content

Commit 04235cb

Browse files
authored
fix macos test again
for real this time
1 parent dea3beb commit 04235cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
- name: Generate configure
5555
run: PATH="/opt/homebrew/opt/libtool/libexec/gnubin:$PATH" ./autogen.sh
5656
- name: Run ./configure
57-
run: LDFLAGS="-L/opt/homebrew/lib -L/opt/homebrew/opt/ncurses/lib" CPPFLAGS="-I/opt/homebrew/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/ncurses/include" ./configure
57+
run: LDFLAGS="-L/opt/homebrew/lib -L/opt/homebrew/opt/ncurses/lib" CPPFLAGS="-I/opt/homebrew/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/iniparser/include" ./configure
5858
- name: Run make
59-
run: LDFLAGS="-L/opt/homebrew/opt/ncurses/lib" CPPFLAGS="-I/opt/homebrew/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/ncurses/include" make CFLAGS='-Werror'
59+
run: LDFLAGS="-L/opt/homebrew/opt/ncurses/lib" CPPFLAGS="-I/opt/homebrew/include -I/opt/homebrew/opt/ncurses/include -I/opt/homebrew/opt/iniparser/include" make CFLAGS='-Werror'
6060
- name: run non zero test
6161
run: ./cava -p example_files/test_configs/non_zero_test > /dev/null

0 commit comments

Comments
 (0)