From 432f24b3b88c52daccfd415d724fd2165ba8a2a7 Mon Sep 17 00:00:00 2001 From: expvintl Date: Sat, 4 May 2024 23:32:34 +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, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 2893df6..f0dae51 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -5,7 +5,7 @@ on: [push] jobs: build: runs-on: ubuntu-latest - steps: + steps: - name: 配置环境 run: | sudo apt update @@ -17,4 +17,4 @@ jobs: git clone http://192.168.6.4:3000/expvintl/DDNet_Server cd DDNet_Server make -j8 - - run: echo "任务状态: ${{ job.status }}." \ No newline at end of file + - run: echo "任务状态: ${{ job.status }}." \ No newline at end of file