Skip to content

Commit 21ef37d

Browse files
committed
macos wheel building: added autoconf-archive
1 parent bc7cbb5 commit 21ef37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fi &&
3838
./build-deps.sh
3939
CIBW_BEFORE_ALL_MACOS: >
40-
brew install pkg-config icu4c &&
40+
brew install pkg-config icu4c autoconf-archive &&
4141
git clone https://gitlab.gnome.org/GNOME/libxml2 &&
4242
cd libxml2 &&
4343
autoreconf --install && ./configure && make && make install &&

0 commit comments

Comments
 (0)