We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14965c6 commit 4e47395Copy full SHA for 4e47395
.github/workflows/ci.yml
@@ -31,8 +31,12 @@ jobs:
31
fetch-depth: 0
32
33
# Clean up previous dependencies in order to avoid conflicts with brew
34
- - name: Uninstall brew dependencies
+ - 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
38
run: |
39
+ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
40
brew uninstall --force --ignore-dependencies node
41
brew cleanup -s node
42
brew cleanup --prune-prefix
0 commit comments