Skip to content

Commit dfbfc68

Browse files
committed
Fixing CI
1 parent 37cd357 commit dfbfc68

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,11 @@ jobs:
6666

6767
steps:
6868
- uses: actions/checkout@v4
69-
- uses: subosito/flutter-action@v2
69+
- name: Setup Flutter SDK
70+
uses: flutter-actions/setup-flutter@v3
7071
with:
71-
flutter-version: '3.10.0'
72-
channel: 'stable'
72+
channel: stable
73+
version: 3.22.0
7374
- name: Create dummy API keys
7475
run: |
7576
touch keys/gaccount.json

0 commit comments

Comments
 (0)