From 9dcf38f2bdc850ff3c3036c472b54970dd8e55de Mon Sep 17 00:00:00 2001 From: yanghuanglin Date: Fri, 21 Nov 2025 19:02:33 +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 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/BuildLauncher.yml b/.github/workflows/BuildLauncher.yml index 3089998..dc93905 100644 --- a/.github/workflows/BuildLauncher.yml +++ b/.github/workflows/BuildLauncher.yml @@ -42,11 +42,9 @@ jobs: - name: 配置环境 run: | # 安装必要工具 - echo "安装zip和unzip" - chmod a+x bin/* cp bin/* /usr/bin/ apt update -y - apt install nodejs -y + apt install zip unzip wget jq nodejs -y # 创建脚本目录和输出目录 echo "创建脚本目录${{ env.BUILD_SCRIPT_DIR }}和输出目录${{ env.BUILD_SCRIPT_OUTPUT_DIR }}"