We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b22ad72 commit 7fa8c13Copy full SHA for 7fa8c13
1 file changed
.github/workflows/cibw-cc.yaml
@@ -38,6 +38,9 @@ jobs:
38
- if: matrix.platform == 'ios'
39
run: brew upgrade cmake
40
41
+ - if: matrix.platform == 'android'
42
+ run: pipx install patchelf
43
+
44
- uses: pypa/cibuildwheel@63bdd4f043a77f1bd23b2ba9376972b6dc7b4779
45
env:
46
CIBW_PLATFORM: ${{ matrix.platform }}
0 commit comments