Fix: 为build脚本添加代理
Some checks failed
Build Vue Project / build (push) Failing after 50s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 11s

This commit is contained in:
2025-09-02 16:30:03 +08:00
parent 669e2f1147
commit 3d30260c0a

View File

@ -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