fix: macos nodejs 18 build

This commit is contained in:
Daniel Lando 2024-06-13 14:59:44 +02:00
parent 94482c7c3a
commit 81e4e1b6d6

View File

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