Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
fix gnubin issue for apple silicon macos runner
  • Loading branch information
karlstav authored May 1, 2024
1 parent 56586c7 commit 5c9f492
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 @@ -52,7 +52,7 @@ jobs:
brew install fftw ncurses libtool automake autoconf-archive portaudio iniparser sdl2
ln -s /usr/local/bin/glibtoolize /usr/local/bin/libtoolize
- name: Generate configure
run: ./autogen.sh
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
- name: Run make
Expand Down

0 comments on commit 5c9f492

Please sign in to comment.