From c82ab24b4a51d2407dc7f60c378cf110d0ab6be1 Mon Sep 17 00:00:00 2001 From: expvintl Date: Sun, 5 May 2024 01:46:10 +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 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 0bac90d..ad41a0a 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -9,9 +9,11 @@ jobs: - name: 设置环境 run: | sudo apt update - sudo apt install gcc g++ bc git + sudo apt -y install gcc g++ bc git mkdir build - name: 拉取项目 run: | cd build - git clone http://192.168.6.4:3000/expvintl/DDNet_Server \ No newline at end of file + git clone http://192.168.6.4:3000/expvintl/DDNet_Server + cd DDNet_Server + make -j8 \ No newline at end of file