From 0c6491b2220d3100df9adab01237b91cf3424be6 Mon Sep 17 00:00:00 2001 From: yanghuanglin Date: Fri, 21 Nov 2025 19:13:11 +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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/BuildLauncher.yml b/.github/workflows/BuildLauncher.yml index f286510..cac6321 100644 --- a/.github/workflows/BuildLauncher.yml +++ b/.github/workflows/BuildLauncher.yml @@ -31,13 +31,16 @@ jobs: build-spt: runs-on: ubuntu-latest container: refringe/spt-build-dotnet:2.1.0 + defaults: + run: + shell: bash steps: - name: 安装必要工具 run: | # 安装必要工具 apt update -y - apt install zip unzip wget jq nodejs bash -y + apt install zip unzip nodejs -y - name: 克隆代码 uses: actions/checkout@v4