3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-06 01:48:06 +00:00

CI: Use brew bundle

Also skip `brew update`.
Specify llvm@20 due to problems with clang-21 and macOS .dylib.
This commit is contained in:
Krystine Sherwin 2025-09-02 09:48:17 +12:00
parent 41452e43b2
commit 3426905e60
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

View file

@ -10,5 +10,5 @@ brew "tcl-tk"
brew "xdot"
brew "bash"
brew "boost-python3"
brew "llvm"
brew "llvm@19"
brew "lld"