Skip to content

Commit

Permalink
Uninstall cairo and freetype homebrew on macOS deps
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Oct 6, 2024
1 parent f9b573a commit 576e42c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bootstrap-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
;;
Expand Down

0 comments on commit 576e42c

Please sign in to comment.