Skip to content

Commit e77e42e

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
rm.exe "C:/WINDOWS/system32/bash.EXE"
4848
- name: Install Automake
4949
if: matrix.os == 'macOS-latest'
50-
run: brew install automake
50+
run: brew install automake libtool
5151
- name: Install Automake (windows)
5252
if: matrix.os == 'windows-latest'
5353
uses: msys2/setup-msys2@v2

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
rm.exe "C:/WINDOWS/system32/bash.EXE"
5757
- name: Install Automake
5858
if: matrix.os == 'macOS-latest'
59-
run: brew install automake
59+
run: brew install automake libtool
6060
- name: Install Automake (windows)
6161
if: matrix.os == 'windows-latest'
6262
uses: msys2/setup-msys2@v2

.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)