From 6ed4fba9e66d6fe1cd863950113141272db65916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ACT=E4=B8=B6=E6=B5=81=E6=98=9F=E9=9B=A8?= <1340145680@qq.com> Date: Sun, 5 Apr 2026 23:55:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E6=AC=A1=E4=BF=AE=E6=AD=A3mac?= =?UTF-8?q?=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/debug.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}