🔨 Trying to fix windows build issue

This commit is contained in:
2025-09-10 22:48:50 +08:00
parent 0949f0da54
commit ab42686d4d
2 changed files with 5 additions and 3 deletions

View File

@@ -29,8 +29,10 @@ 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
uses: subosito/flutter-action@v2.20.0
with:
channel: stable
cache: true