二次修正mac打包
This commit is contained in:
parent
7c7eeec553
commit
6ed4fba9e6
4
.github/workflows/debug.yml
vendored
4
.github/workflows/debug.yml
vendored
@ -76,7 +76,7 @@ jobs:
|
||||
- name: 安装目标平台 sharp
|
||||
if: matrix.arch == 'x64'
|
||||
run: |
|
||||
npm install --no-save --ignore-scripts --force @img/sharp-darwin-x64
|
||||
npm install --no-save --ignore-scripts --force @img/sharp-darwin-x64 @img/sharp-libvips-darwin-x64
|
||||
|
||||
- name: 打包 macOS 安装程序
|
||||
run: yarn dist:mac --${{ matrix.arch }}
|
||||
@ -121,7 +121,7 @@ jobs:
|
||||
- name: 安装目标平台 sharp
|
||||
if: matrix.arch == 'arm64'
|
||||
run: |
|
||||
npm install --no-save --ignore-scripts --force @img/sharp-linux-arm64
|
||||
npm install --no-save --ignore-scripts --force @img/sharp-linux-arm64 @img/sharp-libvips-linux-arm64
|
||||
|
||||
- name: 打包 Linux 安装程序
|
||||
run: yarn dist:linux --${{ matrix.arch }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user