From 0e46d43a5d1d4ba7cc18a1ea940011cfdeebedef Mon Sep 17 00:00:00 2001 From: yinxiaolong Date: Thu, 23 Jul 2026 15:37:09 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=9D=E5=A7=8B=E5=8C=96=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 017aa2f..1f84d94 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,6 +8,11 @@ on: jobs: build: runs-on: ubuntu-latest + env: + HTTP_PROXY: http://10.255.0.1:7890 + HTTPS_PROXY: http://10.255.0.1:7890 + http_proxy: http://10.255.0.1:7890 + https_proxy: http://10.255.0.1:7890 steps: - name: Checkout uses: actions/checkout@v4