fix cached mac CI run (#20294)

old-commit-hash: 92c5bbf92d
commatwo_master
Adeeb Shihadeh 4 years ago committed by GitHub
parent 7670528be8
commit 1eed3b756b
  1. 2
      SConstruct
  2. 2
      tools/mac_setup.sh

@ -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"),
]

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

Loading…
Cancel
Save