Skip to content

Commit 827859e

Browse files
authored
Update main.yml
1 parent b9cdcf1 commit 827859e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs: # Telling what jobs we need to happen
2222
uses: subosito/flutter-action@v2
2323
with:
2424
channel: stable
25-
flutter-version: 3.27.0
26-
# flutter-version-file: pubspec.yaml # path to pubspec.yaml
25+
# flutter-version: 3.27.0
26+
flutter-version-file: pubspec.yaml # path to pubspec.yaml
2727
- run: flutter --version
2828

2929
#4 Install Dependencies

0 commit comments

Comments
 (0)