chore(homebrew): Try to setup homebrew correctly #118

This commit is contained in:
Artem Chepurnyi 2024-11-02 12:37:58 +02:00 committed by GitHub
parent 3d90b07791
commit 1961a2dd98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ jobs:
steps:
- name: "Checkout main repo"
uses: actions/checkout@v4
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
- run: brew tap AChep/cask
- name: Bump packages
uses: Homebrew/actions/bump-packages@master
with: