1
0

更新 .gitea/workflows/build.yaml

This commit is contained in:
forever 2024-05-05 02:24:10 +08:00
parent fecc4633f6
commit 18d7bdda10

View File

@ -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