Commit f1bbaa9
committed
🤖 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.1 parent ef732da commit f1bbaa9
1 file changed
+11
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 23 | + | |
| 24 | + | |
28 | 25 | | |
29 | | - | |
| 26 | + | |
30 | 27 | | |
31 | 28 | | |
32 | 29 | | |
| |||
36 | 33 | | |
37 | 34 | | |
38 | 35 | | |
39 | | - | |
40 | | - | |
41 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
42 | 39 | | |
43 | | - | |
| 40 | + | |
| 41 | + | |
44 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
0 commit comments