rename windows workflow

This commit is contained in:
Herbert Lange
2025-08-25 15:55:36 +02:00
parent de1575cd31
commit 64803cdd57

View File

@@ -47,7 +47,7 @@ jobs:
run: |
python -m cibuildwheel src/runtime/python --output-dir wheelhouse
- name: Build wheels on OSX
- name: Build wheels on Windows
if: startsWith(matrix.os, 'windows')
env:
CIBW_BEFORE_BUILD: cd src/runtime/c && glibtoolize && autoreconf -i && ./configure && make && sudo make install