Browse Source

Uninstall cairo and freetype homebrew on macOS deps

Signed-off-by: falkTX <falktx@falktx.com>
main
falkTX 7 months ago
parent
commit
576e42cb17
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/bootstrap-deps.sh

+ 1
- 0
.github/workflows/bootstrap-deps.sh View File

@@ -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}"
;;


Loading…
Cancel
Save