Skip to content

Commit c7e8283

Browse files
f
1 parent 61e8b7b commit c7e8283

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,14 @@ jobs:
6565
with:
6666
xcode-version: latest-stable
6767

68-
- name: Install "tree"
68+
- name: Install tree on Mac
6969
if: runner.os == 'MacOS'
7070
run: brew install tree
7171

72+
- name: Install tree on Windows (bash)
73+
if: runner.os == 'Windows'
74+
run: choco install tree -y
75+
7276
- uses: actions/checkout@v4
7377
with:
7478
submodules: true

0 commit comments

Comments
 (0)