chore: correct package name

This commit is contained in:
Daniel Lando 2024-06-13 15:03:32 +02:00
parent 81e4e1b6d6
commit 5caf157a9e

View File

@ -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: