From 1cae0fb849a16617ced0e25808c66b4ae3f199c7 Mon Sep 17 00:00:00 2001 From: PuqiAR Date: Sun, 4 Jan 2026 01:05:27 +0800 Subject: [PATCH] =?UTF-8?q?[CI]=20=E8=AE=A9=20Linux=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E5=99=A8=E6=9E=84=E5=BB=BA=E5=85=88=E5=AE=89=E8=A3=85python?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index b7779cb..5706d85 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -50,6 +50,11 @@ jobs: - name: 构建Linux安装器 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