Add Homebrew setup step to macOS workflow

Added a step to set up Homebrew in the macOS workflow.
master
Orsiris de Jong 2026-08-08 22:58:18 +02:00 committed by GitHub
parent 8b3793ad24
commit b0dc71b657
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 2 deletions

View File

@ -11,10 +11,13 @@ jobs:
os: [macos-latest]
steps:
- uses: actions/checkout@v2
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@1f8e202ffddf94def7f42f6fa3a482e821489f9c
- name: Install Bash 4
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew update
#/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
#brew update
brew install bash
brew install fswatch