chore: correct package name
This commit is contained in:
parent
81e4e1b6d6
commit
5caf157a9e
4
.github/workflows/build-macos.yml
vendored
4
.github/workflows/build-macos.yml
vendored
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user