ci(workflow): 更新Flutter版本至3.24.0并添加3.24.5的检出步骤
Some checks failed
Build Windows / ACT Windows Checkout Verification (push) Successful in 7h0m19s
Build Windows / 编译 libcore (Windows) (20.15.1) (push) Successful in 19m35s
Build Windows / build (push) Failing after 7h0m30s

This commit is contained in:
shanshanzhong 2025-11-07 07:34:05 -08:00
parent 77b721df4b
commit 54dd4cbd35

View File

@ -191,8 +191,16 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.5'
flutter-version: '3.24.0'
channel: 'stable'
- name: Checkout Flutter 3.24.5
shell: powershell
run: |
Set-Location $env:FLUTTER_ROOT
git fetch --tags
git checkout 3.24.5
flutter --version
- name: Enable Windows desktop
run: flutter config --enable-windows-desktop