Skip to content

Commit a94b2dc

Browse files
committed
Remove autotools dependencies on macos
1 parent d27a72c commit a94b2dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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
9191
if: runner.os == 'macOS'
9292
- name: Set MSVC developer prompt
9393
uses: ilammy/[email protected]
@@ -198,7 +198,7 @@ jobs:
198198
- name: Install cibuildwheel twine wheel
199199
run: python -m pip install cibuildwheel twine wheel
200200
- name: Install build dependencies (Macos)
201-
run: brew install nasm automake autoconf
201+
run: brew install nasm
202202
if: runner.os == 'macOS'
203203
- name: Set MSVC developer prompt
204204
uses: ilammy/[email protected]

0 commit comments

Comments
 (0)