ci: 更新代理配置地址
Some checks failed
Deploy Blog / build (push) Failing after 4s

This commit is contained in:
yinxiaolong
2026-07-23 18:32:36 +08:00
parent 704f570571
commit 62efd562e3

View File

@@ -11,8 +11,6 @@ jobs:
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: Setup git proxy
run: |
@@ -22,7 +20,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4