Skip to content

Commit 4e47395

Browse files
authored
Update ci.yml
1 parent 14965c6 commit 4e47395

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,12 @@ jobs:
3131
fetch-depth: 0
3232

3333
# Clean up previous dependencies in order to avoid conflicts with brew
34-
- name: Uninstall brew dependencies
34+
- name: Uninstall brew completely
35+
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
36+
37+
- name: Install brew
3538
run: |
39+
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
3640
brew uninstall --force --ignore-dependencies node
3741
brew cleanup -s node
3842
brew cleanup --prune-prefix

0 commit comments

Comments
 (0)