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 5eab0a6 commit 9492967Copy full SHA for 9492967
.github/workflows/build-python-package.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Build wheels on OSX
44
if: startsWith(matrix.os, 'macos')
45
env:
46
- CIBW_BEFORE_BUILD: cd src/runtime/c && glibtoolize && autoreconf -i && ./configure && make && make install
+ CIBW_BEFORE_BUILD: cd src/runtime/c && glibtoolize && autoreconf -i && ./configure && make && sudo make install
47
run: |
48
python -m cibuildwheel src/runtime/python --output-dir wheelhouse
49
0 commit comments