From 219d7d15e1477ab01657f3465b69a43a27671b1a 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 12:03:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E8=A1=A5mac=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/debug.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 4d17eae..dac2275 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -97,6 +97,8 @@ jobs: - name: 安装依赖 if: steps.cache.outputs.cache-hit != 'true' run: yarn install --frozen-lockfile + env: + npm_config_arch: ${{ matrix.arch }} - name: 打包 macOS 安装程序 run: yarn dist:mac --${{ matrix.arch }} @@ -136,6 +138,8 @@ jobs: - name: 安装依赖 run: yarn install --frozen-lockfile + env: + npm_config_arch: ${{ matrix.arch }} - name: 打包 Linux 安装程序 run: yarn dist:linux --${{ matrix.arch }}