Skip to content

Commit

Permalink
fix action with Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchwadair committed Nov 1, 2022
1 parent b77c38c commit 590926c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
- run: brew install twitchdev/twitch/twitch-cli
- run: npm ci
- run: npm run build --if-present
Expand Down

0 comments on commit 590926c

Please sign in to comment.