mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-06 19:19:28 +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
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: "stable"
|
channel: "stable"
|
||||||
|
flutter-version-file: pubspec.yaml
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ version: 0.0.15+6
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.3.4 <4.0.0"
|
sdk: ">=3.3.4 <4.0.0"
|
||||||
flutter: ">=3.24.5 <4.0.0"
|
flutter: 3.24.5
|
||||||
|
|
||||||
isar_version: &isar_version ^4.0.0-dev.13 # define the version to be used
|
isar_version: &isar_version ^4.0.0-dev.13 # define the version to be used
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue