1
0

更新 .gitea/workflows/build.yaml
Some checks failed
构建DDNet_Server / build (push) Failing after 1s

This commit is contained in:
forever 2024-05-05 02:22:03 +08:00
parent 9a8dd6de44
commit fecc4633f6

View File

@ -6,6 +6,9 @@ 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