Skip to content

Commit df91695

Browse files
committed
Fix macOS CI
Signed-off-by: falkTX <falktx@falktx.com>
1 parent e426ef8 commit df91695

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bootstrap-deps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ function install_compiler() {
7373

7474
case "${1}" in
7575
"macos"|"macos-intel"|"macos-10.15"|"macos-universal"|"macos-universal-10.15")
76-
brew install autoconf automake cmake coreutils gawk git gnu-sed jq libtool make meson
77-
brew uninstall --ignore-dependencies cairo freetype
76+
brew uninstall --ignore-dependencies --force cairo cmake freetype
77+
brew install autoconf automake coreutils gawk git gnu-sed jq libtool make meson
7878

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

0 commit comments

Comments
 (0)