CI: install libtool on macos-latest
This commit is contained in:
parent
6fce4aa625
commit
e77e42e139
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -47,7 +47,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
|
||||
|
2
.github/workflows/snapshot.yml
vendored
2
.github/workflows/snapshot.yml
vendored
@ -56,7 +56,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
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user