1
0

更新 .gitea/workflows/build.yaml
All checks were successful
构建DDNet_Server / build (push) Successful in 1m28s

This commit is contained in:
forever 2024-05-05 01:59:31 +08:00
parent edca00fdac
commit 8a00ae7c66

View File

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