Skip to content

Commit df43f6d

Browse files
committed
Remove step to install homebrew
Signed-off-by: Ian <[email protected]>
1 parent ea47cfa commit df43f6d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci-macos.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ jobs:
8585
./**/out
8686
key: ${{ runner.os }}-${{ matrix.name }}
8787

88-
- name: Install Homebrew
89-
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
90-
9188
- name: Install Ninja
9289
run: brew install ninja
9390
# Actual: /usr/local/bin/ninja

0 commit comments

Comments
 (0)