mirror of
https://github.com/maotoumao/MusicFreeDesktop.git
synced 2026-09-03 07:18:13 +08:00
chore: 修复macos build
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user