summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndreas Källberg <anka.213@gmail.com>2024-10-23 16:08:09 +0200
committerGitHub <noreply@github.com>2024-10-23 16:08:09 +0200
commit9492967fc6b48b55c9fbc1b4e9a20c5d61daba4f (patch)
tree33181088c3034caa42937683d1d25d0358c33485 /.github
parent5eab0a626d5a047b53874eb9adbfb09dff812b6c (diff)
add sudo to make install to fix CI failure
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-python-package.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-python-package.yml b/.github/workflows/build-python-package.yml
index bbc4d1dcc..8260fbd98 100644
--- a/.github/workflows/build-python-package.yml
+++ b/.github/workflows/build-python-package.yml
@@ -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