fix flutter version for reproducible builds

This commit is contained in:
Dr.Blank 2024-12-08 03:58:03 +05:30
parent 77f7a7e3b5
commit 997d3eb5e4
No known key found for this signature in database
GPG key ID: 7452CC63F210A266
2 changed files with 2 additions and 1 deletions

View file

@ -30,6 +30,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version-file: pubspec.yaml
- name: Install dependencies
run: flutter pub get