From 7cd53f4cc82fbff86d36d1373c7b0713ce4a60ce Mon Sep 17 00:00:00 2001 From: xunbu Date: Wed, 24 Sep 2025 14:08:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E4=BF=AE=E5=A4=8Dgithub=20ac?= =?UTF-8?q?tion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-windows-full.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-windows-full.yml b/.github/workflows/build-windows-full.yml index 16c8620..8fc2f11 100644 --- a/.github/workflows/build-windows-full.yml +++ b/.github/workflows/build-windows-full.yml @@ -21,6 +21,11 @@ jobs: with: python-version: '3.12' + # 新增步骤: 安装 MSVC v143 - VS 2022 C++ build tools + # 这会安装所有必要的运行时库 + - name: Install Microsoft Visual C++ Redistributable + uses: ilammy/msvc-dev-cmd@v1 + # 第 3 步: 安装 uv - name: Install uv run: powershell -c "irm https://astral.sh/uv/install.ps1 | iex"