ci(workflow): 移除不再需要的Flutter容器和版本检查步骤
Some checks failed
Build Windows / ACT Windows Checkout Verification (push) Failing after 7h0m19s
Build Windows / 编译 libcore (Windows) (20.15.1) (push) Successful in 20m45s
Build Windows / build (push) Failing after 7h0m25s

This commit is contained in:
shanshanzhong 2025-11-07 21:25:14 -08:00
parent b21d189ca1
commit fbcf5f7e61

View File

@ -79,8 +79,6 @@ jobs:
build: build:
runs-on: windows-latest runs-on: windows-latest
needs: build-libcore needs: build-libcore
container:
image: docker.io/cirrusci/flutter:3.22.2
steps: steps:
- name: 🔧 Add Git to PATH (Windows) - name: 🔧 Add Git to PATH (Windows)
if: ${{ runner.os == 'Windows' }} if: ${{ runner.os == 'Windows' }}
@ -196,13 +194,6 @@ jobs:
flutter-version: '3.24.3' flutter-version: '3.24.3'
channel: 'stable' channel: 'stable'
- name: Checkout Flutter 3.35.5
shell: powershell
run: |
Set-Location $env:FLUTTER_ROOT
git fetch --tags
git checkout 3.35.5
flutter --version
- name: Enable Windows desktop - name: Enable Windows desktop
run: flutter config --enable-windows-desktop run: flutter config --enable-windows-desktop