Skip to content

Commit 395b849

Browse files
committed
ci: fix typo in zlib-dev package name
1 parent 75bcf22 commit 395b849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Build wheels (musllinux)
4242
uses: joerick/[email protected]
4343
env:
44-
CIBW_BEFORE_BUILD: "apk add flex bison libxml2-dev zlib-dev* && pip install cmake && python setup.py build_c_core"
44+
CIBW_BEFORE_BUILD: "apk add flex bison libxml2-dev zlib-dev && pip install cmake && python setup.py build_c_core"
4545
CIBW_BUILD: "*-musllinux_${{ matrix.wheel_arch }}"
4646
CIBW_TEST_EXTRAS: "test-musl"
4747

0 commit comments

Comments
 (0)