From edca00fdac7951d3b30bc87e9cd9cac302cde211 Mon Sep 17 00:00:00 2001 From: expvintl Date: Sun, 5 May 2024 01:56:49 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 6645a31..f0f90f5 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -13,9 +13,9 @@ jobs: - name: 拉取项目 run: | git clone http://192.168.6.4:3000/expvintl/DDNet_Server - cd DDNet_Server - name: 构建项目 run: | + cd DDNet_Server mkdir build cd build cmake ..