Skip to content

Commit

Permalink
Fix MacOS test actions consistently inconsistently breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten authored Dec 22, 2023
1 parent a55d35a commit 8997fd8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ jobs:
with:
xcode-version: ${{matrix.cc.xcode}}

- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
with:
cask: false # remove this if you need `brew install --cask`
test-bot: false # remove this if you need `brew test-bot`

- name: Install dependencies
run: |
brew update
Expand Down

0 comments on commit 8997fd8

Please sign in to comment.