Skip to content

Commit

Permalink
ci: Install libtool on macOS
Browse files Browse the repository at this point in the history
    configure.ac:56: error: possibly undefined macro: AC_PROG_LIBTOOL
  • Loading branch information
perlpunk committed Apr 28, 2024
1 parent 1e66c1e commit abd744e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install software
if: ${{ matrix.os == 'macOS-latest' }}
run: |
brew install automake bash coreutils make
brew install automake bash coreutils make libtool
echo "/usr/local/opt/coreutils/libexec/gnubin" >> $GITHUB_PATH
echo "/usr/local/opt/make/libexec/gnubin" >> $GITHUB_PATH
- name: Fetch branches
Expand Down

0 comments on commit abd744e

Please sign in to comment.