chore(ci): 在feluda命令中添加--incompatible参数

- 为feluda工具添加--incompatible参数以检查兼容性问题
This commit is contained in:
GeWuYou 2026-02-02 20:13:08 +08:00
parent b8b92faf3f
commit 6bc11de132

View File

@ -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