From de25bc3b01a8090ad2c6cedbd05976ea1bef8754 Mon Sep 17 00:00:00 2001 From: SpecialX <47072643+wangxiner55@users.noreply.github.com> Date: Mon, 15 Dec 2025 15:12:28 +0800 Subject: [PATCH] ci: add HTTP(S)_PROXY env and proxy setup --- .gitea/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 7a32fc5..26a0f8d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,10 +11,6 @@ on: jobs: build-and-test: runs-on: CICD - env: - HTTP_PROXY: http://172.17.0.1:7890 - HTTPS_PROXY: https://172.17.0.1:7890 - NO_PROXY: localhost,127.0.0.1,::1 steps: - name: Configure proxy shell: bash