From: Martin Matuska Date: Wed, 10 Sep 2025 08:50:46 +0000 (+0200) Subject: CI: add workaround for cmake installed from local/pinned tab on GH/MacOS X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2731%2Fhead;p=thirdparty%2Flibarchive.git CI: add workaround for cmake installed from local/pinned tab on GH/MacOS --- diff --git a/build/ci/github_actions/install-macos-dependencies.sh b/build/ci/github_actions/install-macos-dependencies.sh index 2aa4823fc..b33aed5e5 100755 --- a/build/ci/github_actions/install-macos-dependencies.sh +++ b/build/ci/github_actions/install-macos-dependencies.sh @@ -5,6 +5,9 @@ set -eux #brew update > /dev/null #brew upgrade > /dev/null +# Workaround for cmake in local/pinned tap issue +brew uninstall cmake + # This does an upgrade if the package is already installed brew install \ autoconf \