Commit 2c27bc9
committed
fix(ci): expand homebrew cache paths for actions/cache compatibility
GitHub Actions cache doesn't support brace expansion in path specs.
Expanded {pkg1,pkg2} syntax to individual lines to fix path validation
warning during cache save step.
Related: homebrew caching optimization with smart version-based invalidation1 parent 3140116 commit 2c27bc9
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
66 | 72 | | |
67 | 73 | | |
68 | 74 | | |
| |||
0 commit comments