Skip to content

Commit d4166ac

Browse files
authored
Fix builds on macos GitHub Actions runner (#196)
1 parent c301a47 commit d4166ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ jobs:
163163
- uses: actions/setup-node@v4
164164
with:
165165
node-version: 18
166+
- name: Install Python setuptools
167+
run: brew install python-setuptools
166168
- name: Install dependencies
167169
run: npm install
168170
- name: Setup code signing

0 commit comments

Comments
 (0)