Skip to content

Commit

Permalink
fix macos test again
Browse files Browse the repository at this point in the history
for real this time
  • Loading branch information
karlstav committed Jun 6, 2024
1 parent dea3beb commit 04235cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
- name: Generate configure
run: PATH="/opt/homebrew/opt/libtool/libexec/gnubin:$PATH" ./autogen.sh
- name: Run ./configure
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
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
- name: Run make
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'
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'
- name: run non zero test
run: ./cava -p example_files/test_configs/non_zero_test > /dev/null

0 comments on commit 04235cb

Please sign in to comment.