Skip to content

Commit

Permalink
🌊 Fix brew-not-found error
Browse files Browse the repository at this point in the history
Fixes #14
  • Loading branch information
tyler36 committed Oct 5, 2022
1 parent 2a9d40d commit 39d0dd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- run: echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
- name: Environment setup
run: |
brew install bats-core mkcert
Expand Down

0 comments on commit 39d0dd4

Please sign in to comment.