updated windows build

This commit is contained in:
2024-09-03 17:18:58 -04:00
parent a86866b35f
commit 54b05d7f14

View File

@@ -19,7 +19,8 @@ jobs:
- name: Install Flutter - name: Install Flutter
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
flutter-version: 'stable' channel: 'stable'
flutter-version: '3.24.1'
- name: Install dependencies - name: Install dependencies
run: flutter pub get run: flutter pub get