From a4ebd96a70daf85b10fe72904d914c666c2616a7 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: Sat, 4 Apr 2026 20:11:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=E6=89=93=E5=8C=85=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c7cc93..83cd314 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,11 +31,6 @@ jobs: - name: Build application run: yarn build - - name: Install sharp platform binaries - run: | - npm install --os=win32 --cpu=x64 --legacy-peer-deps sharp - npm install --os=win32 --cpu=arm64 --legacy-peer-deps sharp - - name: Build Windows installer run: yarn dist:win env: @@ -68,11 +63,6 @@ jobs: - name: Build application run: yarn build - - name: Install sharp platform binaries - run: | - npm install --os=darwin --cpu=x64 --legacy-peer-deps sharp - npm install --os=darwin --cpu=arm64 --legacy-peer-deps sharp - - name: Build macOS installer run: yarn dist:mac env: @@ -105,11 +95,6 @@ jobs: - name: Build application run: yarn build - - name: Install sharp platform binaries - run: | - npm install --os=linux --cpu=x64 --legacy-peer-deps sharp - npm install --os=linux --cpu=arm64 --legacy-peer-deps sharp - - name: Build Linux installer run: yarn dist:linux env: