1
0

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

This commit is contained in:
2024-05-05 02:46:22 +08:00
parent 1cd87239b1
commit ca9074a5e7

View File

@ -11,7 +11,7 @@ jobs:
sudo apt -y install gcc g++ bc git cmake rustc cargo libwebsockets-dev sudo apt -y install gcc g++ bc git cmake rustc cargo libwebsockets-dev
- name: 拉取项目 - name: 拉取项目
run: | run: |
git clone http://192.168.6.4:3000/expvintl/DDNet_Server git clone http://mc.null.red:3000/expvintl/DDNet_Server
- name: 构建项目 - name: 构建项目
run: | run: |
cd DDNet_Server cd DDNet_Server