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 b9a8065
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ 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)"

- run: echo "hello"

0 comments on commit b9a8065

Please sign in to comment.