Skip to content

Commit

Permalink
Install setuptools on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Jul 14, 2024
1 parent bbf5f4e commit 8e52941
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
with:
version: 20
cache: npm
- name: install setup tools
run: |
sudo -H pip install setuptools
- run: npm ci
- run: npm run build:macos
shell: bash
Expand Down Expand Up @@ -102,6 +105,9 @@ jobs:
with:
version: 20
cache: npm
- name: install setup tools
run: |
sudo -H pip install setuptools
- run: npm ci
- run: npm run build:macos-arm64
shell: bash
Expand Down

0 comments on commit 8e52941

Please sign in to comment.