]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Merge pull request #2731 from mmatuska/fix/macosci
authorMartin Matuška <martin@matuska.de>
Sat, 13 Sep 2025 19:36:29 +0000 (21:36 +0200)
committerMartin Matuska <martin@matuska.de>
Tue, 23 Sep 2025 20:59:45 +0000 (22:59 +0200)
CI: add workaround for cmake installed from local/pinned tab on GH/MacOS
(cherry picked from commit 38debf6be13046b16abf0ec31349d7298b33280e)

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 \