Skip to content

Commit 6b82079

Browse files
committed
Ensure libtool is present
1 parent 40943eb commit 6b82079

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Install build dependencies (Macos)
8888
# Install yasm because nasm does not work when building wheels.
8989
# Probably because of nasm-filter.sh not filtering all flags that can not be used.
90-
run: brew install nasm automake autoconf
90+
run: brew install nasm automake autoconf libtool
9191
if: runner.os == 'macOS'
9292
- name: Set MSVC developer prompt
9393
uses: ilammy/msvc-dev-cmd@v1
@@ -200,7 +200,7 @@ jobs:
200200
- name: Install cibuildwheel twine wheel
201201
run: python -m pip install cibuildwheel twine wheel
202202
- name: Install build dependencies (Macos)
203-
run: brew install nasm automake autoconf
203+
run: brew install nasm automake autoconf libtool
204204
if: runner.os == 'macOS'
205205
- name: Set MSVC developer prompt
206206
uses: ilammy/msvc-dev-cmd@v1

0 commit comments

Comments
 (0)