mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-24 11:59:30 +00:00
fix flutter version for reproducible builds
This commit is contained in:
parent
77f7a7e3b5
commit
997d3eb5e4
2 changed files with 2 additions and 1 deletions
1
.github/workflows/flutter_release.yaml
vendored
1
.github/workflows/flutter_release.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue