We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75bcf22 commit 395b849Copy full SHA for 395b849
.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Build wheels (musllinux)
42
uses: joerick/[email protected]
43
env:
44
- CIBW_BEFORE_BUILD: "apk add flex bison libxml2-dev zlib-dev* && pip install cmake && python setup.py build_c_core"
+ CIBW_BEFORE_BUILD: "apk add flex bison libxml2-dev zlib-dev && pip install cmake && python setup.py build_c_core"
45
CIBW_BUILD: "*-musllinux_${{ matrix.wheel_arch }}"
46
CIBW_TEST_EXTRAS: "test-musl"
47
0 commit comments