ci(workflow): 移除重复的Flutter设置步骤并修复格式
Some checks failed
Build Windows / ACT Windows Checkout Verification (push) Successful in 7h0m15s
Build Windows / 编译 libcore (Windows)1 (20.15.1) (push) Successful in 19m49s
Build Windows / build (push) Failing after 7h0m20s

This commit is contained in:
shanshanzhong 2025-11-06 20:08:09 -08:00
parent cea406f660
commit ce969a6ad4

View File

@ -158,13 +158,7 @@ jobs:
Write-Host "📄 验证文件:" Write-Host "📄 验证文件:"
if (Test-Path libcore/bin) { if (Test-Path libcore/bin) {
Get-ChildItem libcore/bin -ErrorAction SilentlyContinue | Format-Table Name, Length Get-ChildItem libcore/bin -ErrorAction SilentlyContinue | Format-Table Name, Length
} }\n\n - name: Setup Flutter\n uses: subosito/flutter-action@v2\n with:\n flutter-version: '3.24.5'\n channel: 'stable'
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.5'
channel: 'stable'
- name: Enable Windows desktop - name: Enable Windows desktop
run: flutter config --enable-windows-desktop run: flutter config --enable-windows-desktop