ci(workflow): 添加安装jq步骤并优化libcore复制步骤
Some checks failed
Build Windows / ACT Windows Checkout Verification (push) Successful in 7h0m13s
Build Windows / 编译 libcore (Windows) (20.15.1) (push) Successful in 19m25s
Build Windows / build (push) Failing after 7h0m22s

This commit is contained in:
shanshanzhong 2025-11-07 02:34:45 -08:00
parent 41e6ed433a
commit 7fc2a60e18

View File

@ -131,6 +131,9 @@ jobs:
shell: cmd
run: call copy_libcore.bat
- name: Install jq
shell: powershell
run: choco install jq -y
- name: Setup Flutter
uses: subosito/flutter-action@v2
with: