1
0

更新 .gitea/workflows/build.yaml

This commit is contained in:
2024-05-04 23:32:34 +08:00
parent 30d25c973b
commit 432f24b3b8

View File

@ -5,7 +5,7 @@ on: [push]
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: 配置环境 - name: 配置环境
run: | run: |
sudo apt update sudo apt update
@ -17,4 +17,4 @@ jobs:
git clone http://192.168.6.4:3000/expvintl/DDNet_Server git clone http://192.168.6.4:3000/expvintl/DDNet_Server
cd DDNet_Server cd DDNet_Server
make -j8 make -j8
- run: echo "任务状态: ${{ job.status }}." - run: echo "任务状态: ${{ job.status }}."