更新工作流
This commit is contained in:
5
.github/workflows/BuildLauncher.yml
vendored
5
.github/workflows/BuildLauncher.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user