From 1bd33ab4cb4c2c5f3bf885b60cc6c4b660f28c95 Mon Sep 17 00:00:00 2001 From: miu <205594122@qq.com> Date: Sun, 15 Mar 2026 09:05:54 +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 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build-exe.yml b/.github/workflows/build-exe.yml index 98b23cb..396d81a 100644 --- a/.github/workflows/build-exe.yml +++ b/.github/workflows/build-exe.yml @@ -13,6 +13,13 @@ jobs: node --version python --version wine --version # 确认 wine 是否存在,full 镜像很可能包含 + + - name: Install Wine + run: | + sudo dpkg --add-architecture i386 + sudo apt-get update + sudo apt-get install -y wine64 wine32 + wine --version # 安装后验证 - name: Install Python dependencies run: |