Skip to content

Commit 3b94dd7

Browse files
refactor: remove Homebrew installation step from install script tests
1 parent 41c7046 commit 3b94dd7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/install-script-tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ jobs:
4040
steps:
4141
- name: Checkout repository
4242
uses: actions/checkout@v5
43-
- name: install homebrew
44-
shell: bash
45-
run: |
46-
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
4743

4844
- name: Run Homebrew install
4945
shell: bash

0 commit comments

Comments
 (0)