From 7cc2a00fade6559bc3fbeec42af2522428a5abba Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Sat, 5 Aug 2023 18:05:07 +0200 Subject: [PATCH] update qt@6; perhaps that fixes things --- CI/before_install.osx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/before_install.osx.sh b/CI/before_install.osx.sh index 25ac56b074..f72714b917 100755 --- a/CI/before_install.osx.sh +++ b/CI/before_install.osx.sh @@ -11,7 +11,7 @@ brew tap --repair brew update --quiet # Some of these tools can come from places other than brew, so check before installing -brew reinstall xquartz fontconfig freetype harfbuzz brotli graphite2 +brew reinstall xquartz fontconfig freetype harfbuzz brotli graphite2 qt@6 # Fix: can't open file: @loader_path/libbrotlicommon.1.dylib (No such file or directory) BREW_LIB_PATH="$(brew --prefix)/lib"