From 576e42cb174a6ae576cdf08022dbf1887ae3c812 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 6 Oct 2024 20:56:44 +0200 Subject: [PATCH] Uninstall cairo and freetype homebrew on macOS deps Signed-off-by: falkTX --- .github/workflows/bootstrap-deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bootstrap-deps.sh b/.github/workflows/bootstrap-deps.sh index aad07fa..1561f5f 100755 --- a/.github/workflows/bootstrap-deps.sh +++ b/.github/workflows/bootstrap-deps.sh @@ -74,6 +74,7 @@ function install_compiler() { case "${1}" in "macos"|"macos-intel"|"macos-10.15"|"macos-universal"|"macos-universal-10.15") brew install autoconf automake cmake coreutils gawk git gnu-sed jq libtool make meson + brew uninstall --ignore-dependencies cairo freetype [ -n "${GITHUB_ENV}" ] && echo "PAWPAW_PACK_NAME=${1}-$(sw_vers -productVersion | cut -d '.' -f 1)" >> "${GITHUB_ENV}" ;;