修正mac包兼容性
This commit is contained in:
parent
6a55502a13
commit
bbbd6c294a
3
.github/workflows/debug.yml
vendored
3
.github/workflows/debug.yml
vendored
@ -84,6 +84,9 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
npm_config_arch: ${{ matrix.arch }}
|
npm_config_arch: ${{ matrix.arch }}
|
||||||
|
|
||||||
|
- name: 安装目标平台 sharp
|
||||||
|
run: npm install --os=darwin --cpu=${{ matrix.arch }} sharp
|
||||||
|
|
||||||
- name: 打包 macOS 安装程序
|
- name: 打包 macOS 安装程序
|
||||||
run: yarn dist:mac --${{ matrix.arch }}
|
run: yarn dist:mac --${{ matrix.arch }}
|
||||||
env:
|
env:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user