chore: 修复macos build

This commit is contained in:
maotoumao
2026-03-14 18:12:34 +08:00
parent f49951af06
commit c8bba183b1

View File

@@ -124,7 +124,7 @@ jobs:
node-version: 22
cache: pnpm
- name: Fix node-gyp for Python 3.12+
run: pip install setuptools
run: python3 -m pip install setuptools --break-system-packages
- run: pnpm install --frozen-lockfile
- name: Read version
run: |
@@ -151,7 +151,7 @@ jobs:
node-version: 22
cache: pnpm
- name: Fix node-gyp for Python 3.12+
run: pip install setuptools
run: python3 -m pip install setuptools --break-system-packages
- run: pnpm install --frozen-lockfile
- name: Read version
run: |