From dfe4e90981f1043c5f033cbf8960d850bec9802e Mon Sep 17 00:00:00 2001 From: yanghuanglin Date: Fri, 21 Nov 2025 19:10:45 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/BuildLauncher.yml b/.github/workflows/BuildLauncher.yml index 6718e54..f286510 100644 --- a/.github/workflows/BuildLauncher.yml +++ b/.github/workflows/BuildLauncher.yml @@ -37,7 +37,7 @@ jobs: run: | # 安装必要工具 apt update -y - apt install zip unzip wget jq nodejs -y + apt install zip unzip wget jq nodejs bash -y - name: 克隆代码 uses: actions/checkout@v4