From e6ee5fd18d2eb99e1aee9d33c85ccb59532bb86e Mon Sep 17 00:00:00 2001 From: RyRh <3123294924@qq.com> Date: Thu, 3 Sep 2026 18:52:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 58efd39..b623ba4 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -30,8 +30,8 @@ jobs: - uses: https://gitea.com/actions/checkout@v4 # 测试 Docker 是否可用(验证挂载是否生效) - - name: 测试 Docker 环境 - run: docker --version + # - name: 测试 Docker 环境 + # run: docker --version - name: 安装依赖 run: corepack enable && pnpm install --frozen-lockfile