Skip to content

Commit fb2ce32

Browse files
authored
Update build_wheels_windows.yml
1 parent 8e63c5b commit fb2ce32

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build_wheels_windows.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ jobs:
7171
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
7272
set "CI_BUILD=1" && python setup.py bdist_wheel --py-limited-api=cp37 --dist-dir=%cd%\wheelhouse -v
7373
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+
7480
- name: Saving all wheels
7581
uses: actions/upload-artifact@v4
7682
with:

0 commit comments

Comments
 (0)