Commit 7e90889
committed
fix: include /opt/homebrew/opt in Homebrew cache paths
The cache restored Cellar, lib, and include but not opt/, where the
symlinks that brew --prefix returns live. Without opt/, the Mesa
libEGL path check fails even though the underlying Cellar files are
present. Also switch to a static cache key (v1) so workflow edits
don't invalidate the cache.1 parent 2942d4f commit 7e90889
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | | - | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
0 commit comments