add sudo to make install to fix CI failure

This commit is contained in:
Andreas Källberg
2024-10-23 16:08:09 +02:00
committed by GitHub
parent 5eab0a626d
commit 9492967fc6

View File

@@ -43,7 +43,7 @@ jobs:
- name: Build wheels on OSX
if: startsWith(matrix.os, 'macos')
env:
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
run: |
python -m cibuildwheel src/runtime/python --output-dir wheelhouse