From 1bcd85b4b27f0d3d638739c231442b1a52b9544e Mon Sep 17 00:00:00 2001 From: Khairul Azhar Kasmiran Date: Sun, 24 Nov 2024 08:57:09 +0800 Subject: [PATCH] Force `brew install pkg-config` --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffba45b21..33c9b0065 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -432,7 +432,7 @@ jobs: cd scripts rm /usr/local/bin/2to3* # symlink to some kind of existing python2.7 installation conflicts with brew python3 which gets installed as indirect dependency brew bundle - brew install pkg-config + brew install pkg-config --force brew install kadwanev/brew/retry - name: py dependencies run: |