1
0

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

This commit is contained in:
forever 2024-05-05 01:51:41 +08:00
parent 4fc4baf921
commit fda0746c9c

View File

@ -9,7 +9,7 @@ jobs:
- name: 设置环境
run: |
sudo apt update
sudo apt -y install gcc g++ bc git cmake
sudo apt -y install gcc g++ bc git cmake rust
- name: 拉取项目
run: |
git clone http://192.168.6.4:3000/expvintl/DDNet_Server