Skip to content

Commit ec4625b

Browse files
committed
temporarily disabling building the c runtime
1 parent 1166a49 commit ec4625b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
5050
- name: Build wheels on Windows
5151
if: startsWith(matrix.os, 'windows')
52-
env:
53-
CIBW_BEFORE_BUILD: cd src/runtime/c && glibtoolize && autoreconf -i && ./configure && make && sudo make install
52+
# env:
53+
# CIBW_BEFORE_BUILD: cd src/runtime/c && glibtoolize && autoreconf -i && ./configure && make && sudo make install
5454
run: |
5555
python -m cibuildwheel src/runtime/python --output-dir wheelhouse
5656

0 commit comments

Comments
 (0)