From 8cb587ed3a922a6d9cc44d54c78e2790061efd65 Mon Sep 17 00:00:00 2001 From: yanghuanglin Date: Fri, 21 Nov 2025 19:02:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/BuildLauncher.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/BuildLauncher.yml b/.github/workflows/BuildLauncher.yml index fab867e..3089998 100644 --- a/.github/workflows/BuildLauncher.yml +++ b/.github/workflows/BuildLauncher.yml @@ -46,6 +46,7 @@ jobs: chmod a+x bin/* cp bin/* /usr/bin/ apt update -y + apt install nodejs -y # 创建脚本目录和输出目录 echo "创建脚本目录${{ env.BUILD_SCRIPT_DIR }}和输出目录${{ env.BUILD_SCRIPT_OUTPUT_DIR }}" @@ -58,11 +59,6 @@ jobs: # 复制构建脚本 cp build.sh ${{ env.BUILD_SCRIPT_DIR }} - - name: 设置 Node.js - uses: actions/setup-node@v4 - with: - node-version: '' - - name: 获取Managed.zip id: managed if: ${{ github.event.inputs.build_modules == 'true' }}