更新 .gitea/workflows/build.yaml
This commit is contained in:
parent
30d25c973b
commit
432f24b3b8
@ -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 }}."
|
Loading…
Reference in New Issue
Block a user