ci(docker): 添加Flutter容器配置以支持构建
Some checks failed
Build Windows / ACT Windows Checkout Verification (push) Failing after 7h0m18s
Build Windows / 编译 libcore (Windows) (20.15.1) (push) Successful in 21m25s
Build Windows / build (push) Failing after 6h59m59s

This commit is contained in:
shanshanzhong 2025-11-07 09:54:12 -08:00
parent 701acd561a
commit b21d189ca1

View File

@ -79,6 +79,8 @@ jobs:
build:
runs-on: windows-latest
needs: build-libcore
container:
image: docker.io/cirrusci/flutter:3.22.2
steps:
- name: 🔧 Add Git to PATH (Windows)
if: ${{ runner.os == 'Windows' }}