Skip to content

Commit

Permalink
add sudo to make install to fix CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
anka-213 authored Oct 23, 2024
1 parent 5eab0a6 commit 9492967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9492967

Please sign in to comment.