]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
CI: add workaround for cmake installed from local/pinned tab on GH/MacOS 2731/head
authorMartin Matuska <martin@matuska.de>
Wed, 10 Sep 2025 08:50:46 +0000 (10:50 +0200)
committerMartin Matuska <martin@matuska.de>
Wed, 10 Sep 2025 08:50:46 +0000 (10:50 +0200)
build/ci/github_actions/install-macos-dependencies.sh

index 2aa4823fc3d047e98a5476ff5d0f20a3c8043d97..b33aed5e5562198259e7278f42dee8964088d103 100755 (executable)
@@ -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 \