fix cached mac CI run (#20294)

This commit is contained in:
Adeeb Shihadeh
2021-03-09 19:37:17 -08:00
committed by GitHub
parent 2fe5eff88c
commit 92c5bbf92d
2 changed files with 2 additions and 2 deletions

View File

@@ -270,7 +270,7 @@ if arch != "aarch64":
qt_libs = []
if arch == "Darwin":
qt_env['QTDIR'] = "/usr/local/opt/qt5"
qt_env['QTDIR'] = "/usr/local/opt/qt@5"
qt_dirs = [
os.path.join(qt_env['QTDIR'], "include"),
]

View File

@@ -18,7 +18,7 @@ brew "libtool"
brew "llvm"
brew "openssl"
brew "pyenv"
brew "qt5"
brew "qt@5"
brew "zeromq"
EOS