Skip to content

Commit 0c98008

Browse files
committed
Install tree on macOS runner
1 parent 0d34875 commit 0c98008

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_and_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- name: Checkout code
3232
uses: actions/checkout@v2
3333

34+
- run: brew install tree
35+
if: matrix.os == 'macos-latest'
36+
3437
- run: echo "LOCAL_PATH=$HOME/.local/bin" >> $GITHUB_ENV
3538

3639
- name: Setup path

0 commit comments

Comments
 (0)