1
0

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

This commit is contained in:
forever 2024-05-04 23:54:16 +08:00
parent 1dd9dc0d84
commit c7e91dda6c

View File

@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 设置环境
run: |
run: |
sudo apt update
sudo apt install gcc g++ bc git
mkdir build
- name: 拉取项目
run: |
run: |
cd build
git clone http://192.168.6.4:3000/expvintl/DDNet_Server