Skip to content

Commit c8bba18

Browse files
committed
chore: 修复macos build
1 parent f49951a commit c8bba18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
node-version: 22
125125
cache: pnpm
126126
- name: Fix node-gyp for Python 3.12+
127-
run: pip install setuptools
127+
run: python3 -m pip install setuptools --break-system-packages
128128
- run: pnpm install --frozen-lockfile
129129
- name: Read version
130130
run: |
@@ -151,7 +151,7 @@ jobs:
151151
node-version: 22
152152
cache: pnpm
153153
- name: Fix node-gyp for Python 3.12+
154-
run: pip install setuptools
154+
run: python3 -m pip install setuptools --break-system-packages
155155
- run: pnpm install --frozen-lockfile
156156
- name: Read version
157157
run: |

0 commit comments

Comments
 (0)