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

This commit is contained in:
yinxiaolong
2026-07-23 18:29:53 +08:00
parent 8ee46f15cc
commit f95353130d

View File

@@ -17,10 +17,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup git proxy
run: |
git config --global http.proxy ${{ env.HTTP_PROXY }}
git config --global https.proxy ${{ env.HTTPS_PROXY }}
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Install dependencies
run: pnpm install