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' }}