Commit 88de67f
committed
Fix macOS 13 support
Due to some dark magic used to prepare the macOS 13 runner, the brew
install command fails to link unrelated kegs, such as `[email protected]`.
Fortunately, since `[email protected]` is a dependency of a dependency, and
that dependency is already installed, we can workaround the issue by
forcing Homebrew to do not try upgrading dependencies unless absolutely
neccessary.
Fixes: #271 parent 74e3964 commit 88de67f
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
54 | 57 | | |
55 | 58 | | |
56 | 59 | | |
| |||
0 commit comments