From 6bc11de13221fdef2d75bdca350f64de1099c5b4 Mon Sep 17 00:00:00 2001 From: GeWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Mon, 2 Feb 2026 20:13:08 +0800 Subject: [PATCH] =?UTF-8?q?chore(ci):=20=E5=9C=A8feluda=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E4=B8=AD=E6=B7=BB=E5=8A=A0--incompatible=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为feluda工具添加--incompatible参数以检查兼容性问题 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 280d078..6c23447 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,6 +94,8 @@ jobs: fail-on-incompatible: false verbose: true update-badge: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} + run: | + feluda --incompatible # 构建项目,使用Release配置且跳过恢复步骤 - name: Build