Skip to content

Commit 7fa8c13

Browse files
committed
fix: add patchelf
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent b22ad72 commit 7fa8c13

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/cibw-cc.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
- if: matrix.platform == 'ios'
3939
run: brew upgrade cmake
4040

41+
- if: matrix.platform == 'android'
42+
run: pipx install patchelf
43+
4144
- uses: pypa/cibuildwheel@63bdd4f043a77f1bd23b2ba9376972b6dc7b4779
4245
env:
4346
CIBW_PLATFORM: ${{ matrix.platform }}

0 commit comments

Comments
 (0)