From a85cc62a58ebd246946e703bd5702b17649b0410 Mon Sep 17 00:00:00 2001 From: Richard Shiue <71320345+richardshiue@users.noreply.github.com> Date: Fri, 26 May 2023 09:55:40 +0800 Subject: [PATCH] fix: flutter windows ci (#2621) --- .github/workflows/flutter_ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/flutter_ci.yaml b/.github/workflows/flutter_ci.yaml index 78aca1a9ab..836d611390 100644 --- a/.github/workflows/flutter_ci.yaml +++ b/.github/workflows/flutter_ci.yaml @@ -7,6 +7,7 @@ on: - "develop" - "release/*" paths: + - ".github/workflows/flutter_ci.yaml" - "frontend/**" - "!frontend/appflowy_tauri/**" @@ -16,6 +17,7 @@ on: - "develop" - "release/*" paths: + - ".github/workflows/flutter_ci.yaml" - "frontend/**" - "!frontend/appflowy_tauri/**" @@ -92,6 +94,7 @@ jobs: elif [ "$RUNNER_OS" == "macOS" ]; then flutter config --enable-macos-desktop elif [ "$RUNNER_OS" == "Windows" ]; then + git config --system core.longpaths true flutter config --enable-windows-desktop fi shell: bash