Skip to content

Commit

Permalink
fix: remove brew uninstallation
Browse files Browse the repository at this point in the history
  • Loading branch information
dvilelaf committed Jun 20, 2024
1 parent be3c43a commit b19e068
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ jobs:
with:
node-version: "20.11"

- name: Remove brew
if: runner.os == 'macOS'
run: |
yarn
# Uninstall brew
sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
if [ -d "/opt/homebrew" ]; then sudo rm -rf /opt/homebrew; fi
- name: Install node dependencies
run: yarn install

Expand Down

0 comments on commit b19e068

Please sign in to comment.