1
0

更新 .gitea/workflows/build.yaml

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

View File

@ -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 }}."
- run: echo "任务状态: ${{ job.status }}."