Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
fix apple silicon homebrew more
  • Loading branch information
karlstav committed May 1, 2024
1 parent 5c9f492 commit edcbe1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Generate configure
run: PATH="/opt/homebrew/opt/libtool/libexec/gnubin:$PATH" ./autogen.sh
- name: Run ./configure
run: LDFLAGS="-L/usr/local/opt/ncurses/lib" CPPFLAGS="-I/usr/local/opt/ncurses/include" ./configure
run: LDFLAGS="-L/opt/homebrew/lib" CPPFLAGS="-I/opt/homebrew/include" ./configure
- name: Run make
run: make CFLAGS='-Werror'
- name: run non zero test
Expand Down

0 comments on commit edcbe1e

Please sign in to comment.