From 097248d5d4d9952ffa15c6612c81d9dc527d99dd Mon Sep 17 00:00:00 2001 From: expvintl Date: Sat, 4 May 2024 23:33:18 +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 | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index f0dae51..2c02b5b 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -5,16 +5,16 @@ on: [push] jobs: build: runs-on: ubuntu-latest - steps: - - name: 配置环境 - run: | - sudo apt update - sudo apt install bc gcc g++ - - name: 拉取项目 - run: | - mkdir project - cd project - 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 + steps: + - name: 配置环境 + run: | + sudo apt update + sudo apt install bc gcc g++ + - name: 拉取项目 + run: | + mkdir project + cd project + 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