Skip to content

Commit b9a8065

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ 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+
1417
- run: echo "hello"

0 commit comments

Comments
 (0)