[CI] 让Python在linux镜像中提前安装

This commit is contained in:
2026-01-04 01:08:09 +08:00
parent 1cae0fb849
commit 903f621ca5
2 changed files with 1 additions and 4 deletions

View File

@@ -51,10 +51,6 @@ jobs:
run: |
echo "开始构建Linux安装器..."
echo "安装Python3和pip..."
sudo apt-get update
sudo apt-get install -y python3 python3-pip
cd Installer/ConsoleInstaller
# 确保pip已安装
if ! command -v pip3 &> /dev/null; then