[CI] Linux安装器尝试修复

This commit is contained in:
2026-01-04 01:19:48 +08:00
parent 903f621ca5
commit 8addd51cc7
2 changed files with 2 additions and 7 deletions

View File

@@ -52,11 +52,7 @@ jobs:
echo "开始构建Linux安装器..."
cd Installer/ConsoleInstaller
# 确保pip已安装
if ! command -v pip3 &> /dev/null; then
echo "安装pip3..."
apt-get update && apt-get install -y python3-pip
fi
# 安装依赖并构建
pip3 install --upgrade pip
pip3 install -r requirements.txt