File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 4444 - name : Install brew
4545 run : |
4646 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
47+ brew uninstall --force --ignore-dependencies cmake
48+ brew cleanup -s cmake
49+ brew cleanup --prune-prefix
4750 brew uninstall --force --ignore-dependencies node
4851 brew cleanup -s node
4952 brew cleanup --prune-prefix
@@ -125,6 +128,9 @@ jobs:
125128 - name : Install brew
126129 run : |
127130 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
131+ brew uninstall --force --ignore-dependencies cmake
132+ brew cleanup -s cmake
133+ brew cleanup --prune-prefix
128134 brew uninstall --force --ignore-dependencies node
129135 brew cleanup -s node
130136 brew cleanup --prune-prefix
You can’t perform that action at this time.
0 commit comments