mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 20:03:53 +08:00
fix cached mac CI run (#20294)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user