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 8e63c5b commit fb2ce32Copy full SHA for fb2ce32
.github/workflows/build_wheels_windows.yml
@@ -71,6 +71,12 @@ jobs:
71
python -m pip install toml && python -c "import toml; c = toml.load('pyproject.toml'); print('\n'.join(c['build-system']['requires']))" >> requirements.txt | python -m pip install -r requirements.txt
72
set "CI_BUILD=1" && python setup.py bdist_wheel --py-limited-api=cp37 --dist-dir=%cd%\wheelhouse -v
73
shell: cmd
74
+
75
+ - name: Check for Media Foundation
76
+ run: |
77
+ findstr /i MSMF build\CMakeCache.txt || echo "MSMF not found"
78
+ shell: cmd
79
80
- name: Saving all wheels
81
uses: actions/upload-artifact@v4
82
with:
0 commit comments