Skip to content

Commit

Permalink
πŸ—πŸš§ Install Homebrew in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrudolph committed Jul 25, 2024
1 parent 4de3156 commit 7d4beb0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install Homebrew
run: NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

- name: Verify Homebrew installation
run: brew --version

- run: echo "hello"

0 comments on commit 7d4beb0

Please sign in to comment.