Skip to content

Commit c4b0e06

Browse files
committed
Install tree for windows, too
1 parent a8613c5 commit c4b0e06

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
brew update
3636
brew install tree
3737
if: runner.os == 'macOS'
38+
- name: "Install `tree` for Windows"
39+
run: |
40+
choco install tree
41+
if: runner.os == 'Windows'
3842
- run: |
3943
mkdir -p test-workspace/bin/
4044
export GHCUP_INSTALL_BASE_PREFIX=$(pwd)/test-workspace/bin

0 commit comments

Comments
 (0)