From 3cd01fa71e1b8d21d0dec2331d96cbf9eef3355f Mon Sep 17 00:00:00 2001 From: SpecialX <47072643+wangxiner55@users.noreply.github.com> Date: Fri, 12 Dec 2025 19:26:43 +0800 Subject: [PATCH] ci: add HTTP(S)_PROXY env and proxy setup --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index de01c12..7a32fc5 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -10,7 +10,7 @@ on: jobs: build-and-test: - runs-on: self-hosted + runs-on: CICD env: HTTP_PROXY: http://172.17.0.1:7890 HTTPS_PROXY: https://172.17.0.1:7890