ci(workflow): 在Windows构建工作流中添加稀疏检出配置
Some checks failed
Build Windows / 编译 libcore (Windows) (20.15.1) (push) Successful in 20m3s
Build Windows / ACT Windows Checkout Verification (push) Failing after 7h0m5s
Build Multi-Platform / 编译 libcore (iOS/tvOS) (push) Failing after 8s
Build Android APK / 编译 libcore.aar (push) Failing after 7s
Build Android APK / 编译 Android APK (release) (push) Has been skipped
Build Windows / build (push) Failing after 7h0m10s
Build Multi-Platform / 构建 iOS (push) Has been cancelled
Build Multi-Platform / 编译 libcore (Android) (push) Has been cancelled
Build Android APK / 创建 GitHub Release (push) Has been cancelled
Build Multi-Platform / 编译 libcore (Windows) (push) Has been cancelled
Build Multi-Platform / 编译 libcore (macOS) (push) Has been cancelled
Build Multi-Platform / 编译 libcore (Linux) (push) Has been cancelled
Build Multi-Platform / 构建 Android APK (push) Has been cancelled
Build Multi-Platform / 构建 Windows (push) Has been cancelled
Build Multi-Platform / 构建 macOS (push) Has been cancelled
Build Multi-Platform / 构建 Linux (push) Has been cancelled
Build Multi-Platform / 创建 Release (push) Has been cancelled

排除assets/images/logo-1024*024.png文件以优化检出速度
This commit is contained in:
shanshanzhong 2025-11-06 05:58:42 -08:00
parent 0e062a275a
commit 7e19e2cdb8

View File

@ -238,6 +238,10 @@ jobs:
submodules: recursive
fetch-depth: 0
persist-credentials: false
sparse-checkout: |
/*
!assets/images/logo-1024*024.png
sparse-checkout-cone: false
- name: Verify submodules
shell: powershell