Browse Source

Fix macOS CI

Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX 4 months ago
parent
commit
df91695737
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/bootstrap-deps.sh

+ 2
- 2
.github/workflows/bootstrap-deps.sh View File

@@ -73,8 +73,8 @@ 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
brew uninstall --ignore-dependencies --force cairo cmake freetype
brew install autoconf automake coreutils gawk git gnu-sed jq libtool make meson

[ -n "${GITHUB_ENV}" ] && echo "PAWPAW_PACK_NAME=${1}-$(sw_vers -productVersion | cut -d '.' -f 1)" >> "${GITHUB_ENV}"
;;


Loading…
Cancel
Save