You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🤖 Fix ImageMagick installation: cache Homebrew downloads only
Changed strategy:
- Cache ~/Library/Caches/Homebrew (download cache) instead of Cellar
- Let 'brew install imagemagick' run every time (fast with cached downloads)
- This ensures proper symlinks in /opt/homebrew/bin
- With Depot's 10x faster cache, downloads will be instant
Previous approach tried to cache the installed package but that doesn't
create PATH symlinks, causing 'magick: command not found' errors.
0 commit comments