Skip to content

Commit 988b237

Browse files
Fix Flutter setup in GitHub action
1 parent c4e2fd0 commit 988b237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Flutter
1717
uses: subosito/flutter-action@v2
1818
with:
19-
flutter-version: stable
19+
channel: stable
2020
architecture: x64
2121

2222
- name: Install Android SDK and launch emulator

0 commit comments

Comments
 (0)