Skip to content

Commit 9a45217

Browse files
authored
Use the Flutter version specified in flutter-version.yaml for F-Droid (#2706)
builds.
1 parent e91869f commit 9a45217

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/upload_fdroid_github.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818

1919
- name: Install Flutter
2020
uses: subosito/flutter-action@v2
21+
with:
22+
flutter-version-file: flutter-version.yaml
2123
- run: flutter doctor -v
2224

2325
- name: Checkout mobile code

0 commit comments

Comments
 (0)