diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 5306aef..9bdb5aa 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -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 }}