/
githubmirror
/
libarchive
Обзор
Документация
Войти
/
githubmirror
/
libarchive
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
build/ci/github_actions/install-macos-dependencies.sh
22 строки
371 B
Martin Matuska
CI: add workaround for cmake installed from local/pinned tab on GH/MacOS
10 сен 2025, 11:50
10 сен 2025, 11:50
ff3a0c3
Код
Авторство
О чём код?
#!/bin/sh set -eux # Uncommenting these adds a full minute to the CI time #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 \ automake \ libtool \ pkg-config \ cmake \ xz \ lz4 \ zstd \ libxml2 \ openssl