更新工作流

This commit is contained in:
2025-11-21 19:13:11 +08:00
parent dfe4e90981
commit 0c6491b222

View File

@@ -31,13 +31,16 @@ jobs:
build-spt: build-spt:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: refringe/spt-build-dotnet:2.1.0 container: refringe/spt-build-dotnet:2.1.0
defaults:
run:
shell: bash
steps: steps:
- name: 安装必要工具 - name: 安装必要工具
run: | run: |
# 安装必要工具 # 安装必要工具
apt update -y apt update -y
apt install zip unzip wget jq nodejs bash -y apt install zip unzip nodejs -y
- name: 克隆代码 - name: 克隆代码
uses: actions/checkout@v4 uses: actions/checkout@v4