Commit 04235cb 1 parent dea3beb commit 04235cb Copy full SHA for 04235cb
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 54
54
- name : Generate configure
55
55
run : PATH="/opt/homebrew/opt/libtool/libexec/gnubin:$PATH" ./autogen.sh
56
56
- 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
58
58
- 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'
60
60
- name : run non zero test
61
61
run : ./cava -p example_files/test_configs/non_zero_test > /dev/null
You can’t perform that action at this time.
0 commit comments