summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBret Curtis <psi29a@gmail.com>2022-06-12 01:18:47 +0200
committerBret Curtis <psi29a@gmail.com>2022-06-12 01:18:47 +0200
commit9a5020524914fd8d8cd9843dcc68ae1f16cfaa1d (patch)
treef512f6cba855040f5a099ab64a4d09ad16088e8a
parent0f205267cc50733dc2b1a443503fb27633aa3b25 (diff)
add reinstall of xquartsCPP20
-rwxr-xr-xCI/before_install.osx.sh1
1 files changed, 1 insertions, 0 deletions
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