ci: 添加测试 Flutter 环境的批处理脚本
Build Windows / ACT Windows Checkout Verification (push) Failing after 7h0m14s
Build Windows / 编译 libcore (Windows) (20.15.1) (push) Successful in 19m38s
Build Windows / build (push) Failing after 7h0m32s

This commit is contained in:
2025-11-07 08:12:46 -08:00
parent e3b9fea5b2
commit 3b419d1e24
2 changed files with 31 additions and 1 deletions
+8 -1
View File
@@ -278,7 +278,14 @@ jobs:
assets/fonts
assets/translations
sparse-checkout-cone: true
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.35.5'
channel: 'stable'
- name: Enable Windows desktop
run: flutter config --enable-windows-desktop
- name: 🔍 Verify jq Installation (ACT)
shell: powershell
run: |