ci(workflows): 移除Flutter版本固定并启用Windows桌面支持
Some checks failed
Build Windows / ACT Windows Checkout Verification (push) Failing after 7h0m15s
Build Windows / 编译 libcore (Windows) (20.15.1) (push) Successful in 20m17s
Build Windows / build (push) Failing after 7h0m26s

This commit is contained in:
shanshanzhong 2025-11-08 08:07:28 -08:00
parent fbcf5f7e61
commit fafad1ff97

View File

@ -188,10 +188,9 @@ jobs:
exit 1 exit 1
} }
- name: Setup Flutter 3.24.3 - name: Setup Flutter
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
flutter-version: '3.24.3'
channel: 'stable' channel: 'stable'
- name: Enable Windows desktop - name: Enable Windows desktop