Skip to content

Commit bc05e36

Browse files
committed
ci, wheels: fix in musllinux wheel building
1 parent 7fce245 commit bc05e36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
elif command -v yum; then
3333
yum install -y git libicu-devel libxml2-devel libxslt-devel libexttextcat zlib-devel bzip2-devel libtool autoconf-archive autoconf automake m4 wget
3434
elif command -v apk; then
35-
apk add build-base git autoconf-archive autoconf automake libtool bzip2-dev icu-dev libxml2-dev libexttextcat-dev libtool
35+
apk add build-base git autoconf-archive autoconf automake libtool bzip2-dev icu-dev libxml2-dev libexttextcat-dev libtool rsync &&
36+
rsync -av --ignore-existing /usr/share/aclocal/*.m4 /usr/local/share/aclocal/
3637
fi &&
3738
./build-deps.sh
3839
CIBW_BEFORE_ALL_MACOS: >

0 commit comments

Comments
 (0)