Skip to content

Commit 78a15e4

Browse files
committed
feat: brew install only for macos
1 parent 0449fcb commit 78a15e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
with:
3333
java-version: '11'
3434
distribution: 'temurin'
35-
- run: brew install python-setuptools
35+
- if: matrix.platform == 'macos-latest'
36+
run: brew install python-setuptools
3637
- run: npm run setup
3738
- run: npm run test
3839
- name: Upload coverage report to Codecov

0 commit comments

Comments
 (0)