We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9cdcf1 commit 827859eCopy full SHA for 827859e
.github/workflows/main.yml
@@ -22,8 +22,8 @@ jobs: # Telling what jobs we need to happen
22
uses: subosito/flutter-action@v2
23
with:
24
channel: stable
25
- flutter-version: 3.27.0
26
- # flutter-version-file: pubspec.yaml # path to pubspec.yaml
+ # flutter-version: 3.27.0
+ flutter-version-file: pubspec.yaml # path to pubspec.yaml
27
- run: flutter --version
28
29
#4 Install Dependencies
0 commit comments