Skip to content

Commit 7d4beb0

Browse files
committed
🏗🚧 Install Homebrew in CI workflow
1 parent 4de3156 commit 7d4beb0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,10 @@ jobs:
1111
- name: Checkout repository
1212
uses: actions/checkout@v3
1313

14+
- name: Install Homebrew
15+
run: NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
16+
17+
- name: Verify Homebrew installation
18+
run: brew --version
19+
1420
- run: echo "hello"

0 commit comments

Comments
 (0)