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 bc7cbb5 commit 21ef37dCopy full SHA for 21ef37d
.github/workflows/wheels.yml
@@ -37,7 +37,7 @@ jobs:
37
fi &&
38
./build-deps.sh
39
CIBW_BEFORE_ALL_MACOS: >
40
- brew install pkg-config icu4c &&
+ brew install pkg-config icu4c autoconf-archive &&
41
git clone https://gitlab.gnome.org/GNOME/libxml2 &&
42
cd libxml2 &&
43
autoreconf --install && ./configure && make && make install &&
0 commit comments