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 7fce245 commit bc05e36Copy full SHA for bc05e36
.github/workflows/wheels.yml
@@ -32,7 +32,8 @@ jobs:
32
elif command -v yum; then
33
yum install -y git libicu-devel libxml2-devel libxslt-devel libexttextcat zlib-devel bzip2-devel libtool autoconf-archive autoconf automake m4 wget
34
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
+ 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/
37
fi &&
38
./build-deps.sh
39
CIBW_BEFORE_ALL_MACOS: >
0 commit comments