fix: macos nodejs 18 build
This commit is contained in:
parent
94482c7c3a
commit
81e4e1b6d6
10
.github/workflows/build-macos.yml
vendored
10
.github/workflows/build-macos.yml
vendored
@ -27,6 +27,11 @@ jobs:
|
||||
|
||||
- run: yarn install --ignore-engines
|
||||
|
||||
# add missing distutils package to python 3.12
|
||||
- name: Install distutils
|
||||
run: |
|
||||
pip install distutils
|
||||
|
||||
- run: yarn start --node-range node${{ matrix.target-node }} --output dist
|
||||
|
||||
- name: Check if binary is compiled, skip if download only
|
||||
@ -63,6 +68,11 @@ jobs:
|
||||
|
||||
- run: yarn install --ignore-engines
|
||||
|
||||
# add missing distutils package to python 3.12
|
||||
- name: Install distutils
|
||||
run: |
|
||||
pip install distutils
|
||||
|
||||
- run: yarn start --node-range node${{ matrix.target-node }} --arch arm64 --output dist
|
||||
env:
|
||||
CC: clang -arch arm64
|
||||
|
||||
Loading…
Reference in New Issue
Block a user