fix cached mac CI run (#20294)

old-commit-hash: 92c5bbf92de0401c6f6a7c8f9d246dcf75644dbb
This commit is contained in:
Adeeb Shihadeh
2021-03-09 19:37:17 -08:00
committed by GitHub
parent 7670528be8
commit 1eed3b756b
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