Skip to content

Commit

Permalink
CI: install libtool on macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
sstone committed Jun 6, 2024
1 parent 6fce4aa commit 565a679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
rm.exe "C:/WINDOWS/system32/bash.EXE"
- name: Install Automake
if: matrix.os == 'macOS-latest'
run: brew install automake
run: brew install automake libtool
- name: Install Automake (windows)
if: matrix.os == 'windows-latest'
uses: msys2/setup-msys2@v2
Expand Down

0 comments on commit 565a679

Please sign in to comment.