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