Skip to content

Commit 964f462

Browse files
committed
Solve issues with latest version of metacall and cmake.
1 parent 1e7640d commit 964f462

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
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

0 commit comments

Comments
 (0)