From 5c8185240e92d5a411f6c42501f5fdc5373532f1 Mon Sep 17 00:00:00 2001 From: yinxiaolong Date: Thu, 23 Jul 2026 18:16:56 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=90=86?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 HTTP 和 HTTPS 代理从 10.255.0.1 更 --- .github/workflows/deploy.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f8e78f6..6251ee0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,12 +20,6 @@ jobs: - name: test 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 # run: pnpm install