From 61930b49d71b6f5bf85c2f6dab353c99dc256904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9B=9B=E6=9C=88?= Date: Mon, 16 Mar 2026 03:35:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.github/workflows/build-ex?= =?UTF-8?q?e.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-exe.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-exe.yml b/.github/workflows/build-exe.yml index a132e0e..d04e4ff 100644 --- a/.github/workflows/build-exe.yml +++ b/.github/workflows/build-exe.yml @@ -13,10 +13,12 @@ jobs: uses: actions/checkout@v4 # 步骤 1: 安装必要依赖 (Wine 和 Xvfb) + # 增加 i386 架构支持以解决某些安装程序无法运行的问题 - name: Install System Dependencies run: | + sudo dpkg --add-architecture i386 sudo apt-get update - sudo apt-get install -y xvfb wine64 wine binutils + sudo apt-get install -y xvfb wine64 wine32 wine binutils sudo apt-get clean # 及时清理 apt 缓存节省硬盘空间 # 步骤 2: 下载 Python Windows 安装包