We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27a72c commit a94b2dcCopy full SHA for a94b2dc
.github/workflows/ci.yml
@@ -87,7 +87,7 @@ jobs:
87
- name: Install build dependencies (Macos)
88
# Install yasm because nasm does not work when building wheels.
89
# Probably because of nasm-filter.sh not filtering all flags that can not be used.
90
- run: brew install nasm automake autoconf
+ run: brew install nasm
91
if: runner.os == 'macOS'
92
- name: Set MSVC developer prompt
93
uses: ilammy/[email protected]
@@ -198,7 +198,7 @@ jobs:
198
- name: Install cibuildwheel twine wheel
199
run: python -m pip install cibuildwheel twine wheel
200
201
202
203
204
0 commit comments