1
0

更新 .gitea/workflows/build.yaml
Some checks failed
构建DDNet_Server / build (push) Failing after 1s

This commit is contained in:
forever 2024-05-04 23:48:52 +08:00
parent 655a21055e
commit 4db9b2b2f9

View File

@ -6,12 +6,12 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: "配置环境" - name: "Set Env"
run: | run: |
sudo apt update sudo apt update
sudo apt install bc gcc g++ sudo apt install bc gcc g++
- name: "拉取项目" - name: "Pull Project"
run: | run: |
mkdir project mkdir project
cd project cd project