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

将 HTTP 和 HTTPS 代理从 10.255.0.1 更
This commit is contained in:
yinxiaolong
2026-07-23 18:16:56 +08:00
parent 8474fd5180
commit 5c8185240e

View File

@@ -20,12 +20,6 @@ jobs:
- name: test - name: test
run: curl -x localhost:7890 ip.sb run: curl -x localhost:7890 ip.sb
- name: Setup PHP with PECL extension
uses: shivammathur/setup-php@v2
with:
php-version: '8.5'
extensions: imagick, redis
# #
# - name: Install dependencies # - name: Install dependencies
# run: pnpm install # run: pnpm install