Skip to content

Commit

Permalink
fix: setup homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
Alw3ys committed Jan 27, 2024
1 parent f6fa41e commit 7ea7916
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master

- name: Setup Dosei CLI
run: brew install ./Formula/dctl.rb

Expand Down

0 comments on commit 7ea7916

Please sign in to comment.