Skip to content

Commit 7cb80da

Browse files
committed
fix(build): add distutils for mac build workflow
1 parent 30be75e commit 7cb80da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-mac.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
os: [macos-latest]
1515

1616
steps:
17+
- name: Install Python utilities
18+
run: python3 -m pip install setuptools
19+
1720
- name: Checkout git repo
1821
uses: actions/checkout@v2
1922

0 commit comments

Comments
 (0)