From 9a5020524914fd8d8cd9843dcc68ae1f16cfaa1d Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Sun, 12 Jun 2022 01:18:47 +0200 Subject: [PATCH] add reinstall of xquarts --- CI/before_install.osx.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/CI/before_install.osx.sh b/CI/before_install.osx.sh index 32cd0636d3..87013df1ae 100755 --- a/CI/before_install.osx.sh +++ b/CI/before_install.osx.sh @@ -9,6 +9,7 @@ brew update --quiet [ -z "${TRAVIS}" ] && brew uninstall --ignore-dependencies qt@6 || true # Some of these tools can come from places other than brew, so check before installing +[ -z "${TRAVIS}" ] && brew reinstall xquartz [ -z "${TRAVIS}" ] && brew reinstall fontconfig command -v ccache >/dev/null 2>&1 || brew install ccache command -v cmake >/dev/null 2>&1 || brew install cmake