From 3d30260c0a2b099c3527238809defe38b86c40e7 Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Tue, 2 Sep 2025 16:30:03 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E4=B8=BAbuild=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BB=A3=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 9c82c1c..200dcad 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -9,6 +9,11 @@ jobs: build: runs-on: ubuntu-latest + env: + HTTP_PROXY: http://192.168.86.5:7890 + HTTPS_PROXY: http://192.168.86.5:7890 + NO_PROXY: localhost,127.0.0.1 + steps: - name: Check out respository uses: actions/checkout@v5