From 89e02cc707ec7a48f3e60c252b61a5bd5a423876 Mon Sep 17 00:00:00 2001 From: shanshanzhong Date: Thu, 6 Nov 2025 00:54:13 -0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E7=A7=BB=E9=99=A4=20Windows=20=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E4=BD=9C=E4=B8=9A=E4=B8=AD=E7=9A=84=E5=86=97=E4=BD=99?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-windows.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 1c0cd4f..f75775e 100755 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -74,9 +74,6 @@ jobs: build: runs-on: windows-latest needs: build-libcore - if: ${{ runner.os == 'Windows' }} - # 仅在真实 Windows runner 上执行此构建 - steps: # 新增:引导步骤,下载并设置 Node.js(便携版,无需全局安装)