diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 2c02b5b..f6c047b 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -6,15 +6,17 @@ 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 + - 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