Skip to content

Commit

Permalink
chore: correct package name
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Jun 13, 2024
1 parent 81e4e1b commit 5caf157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# add missing distutils package to python 3.12
- name: Install distutils
run: |
pip install distutils
pip install setuptools
- run: yarn start --node-range node${{ matrix.target-node }} --output dist

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
# add missing distutils package to python 3.12
- name: Install distutils
run: |
pip install distutils
pip install setuptools
- run: yarn start --node-range node${{ matrix.target-node }} --arch arm64 --output dist
env:
Expand Down

0 comments on commit 5caf157

Please sign in to comment.