From 6190feefeef3f647076ec28e15d65fb5aa04f72a Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Sun, 2 Jul 2023 22:54:29 +0200 Subject: [PATCH] ci: mac wheel building without relying on homebrew package --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index a8c77f0..272c879 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -38,8 +38,8 @@ jobs: fi && bash bootstrap && ./configure && make && make install CIBW_BEFORE_ALL_MACOS: > - brew tap fbkarsdorp/homebrew-lamachine && - brew install colibri-core + brew install pkg-config autoconf automake libtool && + autoreconf -i && ./configure && make && make install CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/manylinux2014_x86_64 CIBW_SKIP: "*-win* *-manylinux_i686 pp*"