更新 .gitea/workflows/build.yaml
This commit is contained in:
parent
fecc4633f6
commit
18d7bdda10
@ -1,14 +1,12 @@
|
|||||||
name: 构建DDNet_Server
|
name: 构建DDNet_Server
|
||||||
run-name: ${{ gitea.actor }} 测试项目 🚀
|
run-name: ${{ gitea.actor }} 测试项目 🚀
|
||||||
on: [push]
|
on: [push]
|
||||||
|
env:
|
||||||
|
https_proxy=192.168.6.4:1080
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 设置变量
|
|
||||||
env:
|
|
||||||
https_proxy=192.168.6.4:1080
|
|
||||||
- name: 设置环境
|
- name: 设置环境
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
|
Loading…
Reference in New Issue
Block a user