Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
make sure homebrew stuff are found
  • Loading branch information
karlstav committed Jun 8, 2024
1 parent 61092a5 commit d8dca61
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 @@ -51,10 +51,10 @@ jobs:
run: |
brew install fftw libtool automake autoconf-archive portaudio iniparser sdl2
ln -s /usr/local/bin/glibtoolize /usr/local/bin/libtoolize
- name: Generate configure
- name: Generate configuresdl2
run: PATH="/opt/homebrew/opt/libtool/libexec/gnubin:$PATH" ./autogen.sh
- name: Run ./configure
run: ./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 d8dca61

Please sign in to comment.