Skip to content

Commit 565a679

Browse files
committed
CI: install libtool on macos-latest
1 parent 6fce4aa commit 565a679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
rm.exe "C:/WINDOWS/system32/bash.EXE"
6363
- name: Install Automake
6464
if: matrix.os == 'macOS-latest'
65-
run: brew install automake
65+
run: brew install automake libtool
6666
- name: Install Automake (windows)
6767
if: matrix.os == 'windows-latest'
6868
uses: msys2/setup-msys2@v2

0 commit comments

Comments
 (0)