This commit is contained in:
xunbu
2025-08-21 15:04:36 +08:00
parent fbb8f93b94
commit 664e5e8f66
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ jobs:
# 第 4 步: 使用 uv 安装项目及开发依赖
- name: Install dependencies with uv
run: uv pip install ". --dev"
run: uv sync
# 第 5 步: 安装 UPX (用于压缩 exe)
- name: Install UPX