From bbbd6c294a0fb7f3d0294eb6bfca1f8d0422f39b 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 13:05:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3mac=E5=8C=85=E5=85=BC?= =?UTF-8?q?=E5=AE=B9=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/debug.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 66603bc..29af43e 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -84,6 +84,9 @@ jobs: env: npm_config_arch: ${{ matrix.arch }} + - name: 安装目标平台 sharp + run: npm install --os=darwin --cpu=${{ matrix.arch }} sharp + - name: 打包 macOS 安装程序 run: yarn dist:mac --${{ matrix.arch }} env: