Skip to content

Commit

Permalink
fix: macos nodejs 18 build
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Jun 13, 2024
1 parent 94482c7 commit 81e4e1b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 81e4e1b

Please sign in to comment.