Skip to content

Commit

Permalink
update homebrew installation method to setup homebrew action (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
raaidarshad authored Oct 17, 2022
1 parent 2dbc7f5 commit c04f95b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v2

- name: Install brew
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master

- name: Install dependencies
run: brew tap "aljohri/-" && brew install "AlJohri/-/kar"
Expand Down

0 comments on commit c04f95b

Please sign in to comment.