From 9ffa76037c94da4366a4ae7ac1edb3dd5e920635 Mon Sep 17 00:00:00 2001 From: expvintl Date: Sun, 5 May 2024 01:54:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/build.yam?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 3a30187..6645a31 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -9,11 +9,13 @@ jobs: - name: 设置环境 run: | sudo apt update - sudo apt -y install gcc g++ bc git cmake rust + sudo apt -y install gcc g++ bc git cmake rustc cargo - name: 拉取项目 run: | git clone http://192.168.6.4:3000/expvintl/DDNet_Server cd DDNet_Server + - name: 构建项目 + run: | mkdir build cd build cmake ..