Skip to content

Commit

Permalink
Install tree on macOS runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mooreryan committed Dec 3, 2022
1 parent 0d34875 commit 0c98008
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- run: brew install tree
if: matrix.os == 'macos-latest'

- run: echo "LOCAL_PATH=$HOME/.local/bin" >> $GITHUB_ENV

- name: Setup path
Expand Down

0 comments on commit 0c98008

Please sign in to comment.