From d5024d573d39abdc40184b9527984e7b889fdd47 Mon Sep 17 00:00:00 2001 From: xunbu Date: Mon, 25 Aug 2025 12:57:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E7=94=9F=E6=88=90macos-x86?= =?UTF-8?q?=E6=9E=B6=E6=9E=84=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-macos-x86.yml | 3 +-- .github/workflows/build-macos.yml | 2 +- .github/workflows/build-windows.yml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-macos-x86.yml b/.github/workflows/build-macos-x86.yml index 7963ab2..cf41d62 100644 --- a/.github/workflows/build-macos-x86.yml +++ b/.github/workflows/build-macos-x86.yml @@ -33,8 +33,7 @@ jobs: # 步骤 5: 使用 uv 安装项目依赖 - name: Install dependencies with uv run: | - rm uv.lock - uv sync + uv sync --no-dev # 步骤 6: 安装 UPX (用于压缩可执行文件) - name: Install UPX diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 515419d..803e7b1 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -32,7 +32,7 @@ jobs: # 步骤 5: 使用 uv 安装项目依赖 - name: Install dependencies with uv - run: uv sync + run: uv sync --no-dev # 步骤 6: 安装 UPX (用于压缩可执行文件) - name: Install UPX diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index c1260f6..30e07c0 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -28,7 +28,7 @@ jobs: # 第 4 步: 安装依赖 - name: Install dependencies with uv - run: uv sync + run: uv sync --no-dev # 第 5 步: 安装 UPX (简化版本) - name: Install UPX