From 84670f5b3d96a89f089d9ada4e26bc8ac9cf0c86 Mon Sep 17 00:00:00 2001 From: Khairul Azhar Kasmiran Date: Sun, 24 Nov 2024 08:44:24 +0800 Subject: [PATCH] `brew unlink pkg-config` after `brew bundle` --- .github/workflows/ci.yml | 3 ++- scripts/Brewfile | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e72a96794b..f49ba38072 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -431,8 +431,9 @@ jobs: run: | 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 unlink pkg-config brew bundle + brew unlink pkg-config + brew install pkg-config brew install kadwanev/brew/retry - name: py dependencies run: | diff --git a/scripts/Brewfile b/scripts/Brewfile index fb6bc93c25..dfb4812c2a 100644 --- a/scripts/Brewfile +++ b/scripts/Brewfile @@ -5,4 +5,3 @@ brew "xz" brew "llvm" brew "meson" brew "coreutils" -brew "pkg-config"