Skip to content

Commit f5f06ee

Browse files
committed
Testing with homebrew
Signed-off-by: Ian <[email protected]>
1 parent e668311 commit f5f06ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-macos.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ 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+
8891
- name: Install Ninja
8992
run: brew install ninja
9093

0 commit comments

Comments
 (0)