Skip to content

Commit

Permalink
remove autoconf-archive from mac workflow #594
Browse files Browse the repository at this point in the history
  • Loading branch information
karlstav authored Dec 31, 2024
1 parent a7acfd1 commit 394c9b1
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 @@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v1
- name: Install dependencies
run: |
brew install fftw libtool automake autoconf-archive portaudio iniparser sdl2
brew install fftw libtool automake portaudio iniparser sdl2
ln -s /usr/local/bin/glibtoolize /usr/local/bin/libtoolize
- name: Generate configuresdl2
run: PATH="/opt/homebrew/opt/libtool/libexec/gnubin:$PATH" ./autogen.sh
Expand Down

0 comments on commit 394c9b1

Please sign in to comment.