From 240a872e65b86eda29789e406a04e7d882d35310 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Wed, 10 Sep 2025 23:12:57 +0800 Subject: [PATCH] :rewind: Rollback windows gha changes --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a57b322..a2cf6651 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,10 +29,8 @@ jobs: steps: - name: Clone repository uses: actions/checkout@v4 - # https://github.com/MaikuB/flutter_local_notifications/issues/2615#issuecomment-2971286732 - # Use the 2.20.0 version of the action might solve the flutter_local_notifications windows build crash issue - name: Set up Flutter - uses: subosito/flutter-action@v2.20.0 + uses: subosito/flutter-action@v2 with: channel: stable cache: true