From ce969a6ad4105224b6c5e7532231ab26b0181c00 Mon Sep 17 00:00:00 2001 From: shanshanzhong Date: Thu, 6 Nov 2025 20:08:09 -0800 Subject: [PATCH] =?UTF-8?q?ci(workflow):=20=E7=A7=BB=E9=99=A4=E9=87=8D?= =?UTF-8?q?=E5=A4=8D=E7=9A=84Flutter=E8=AE=BE=E7=BD=AE=E6=AD=A5=E9=AA=A4?= =?UTF-8?q?=E5=B9=B6=E4=BF=AE=E5=A4=8D=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/docker.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitea/workflows/docker.yml b/.gitea/workflows/docker.yml index 5ca909b..547fb62 100644 --- a/.gitea/workflows/docker.yml +++ b/.gitea/workflows/docker.yml @@ -158,13 +158,7 @@ jobs: Write-Host "📄 验证文件:" if (Test-Path libcore/bin) { Get-ChildItem libcore/bin -ErrorAction SilentlyContinue | Format-Table Name, Length - } - - - name: Setup Flutter - uses: subosito/flutter-action@v2 - with: - flutter-version: '3.24.5' - channel: 'stable' + }\n\n - name: Setup Flutter\n uses: subosito/flutter-action@v2\n with:\n flutter-version: '3.24.5'\n channel: 'stable' - name: Enable Windows desktop run: flutter config --enable-windows-desktop