build: Support for Flutter 3.22 (#1921)

Signed-off-by: validcube <pun.butrach@gmail.com>
This commit is contained in:
Pun Butrach
2024-06-24 23:55:37 +07:00
committed by GitHub
parent ca14e77ba3
commit 73368b58be
6 changed files with 30 additions and 21 deletions

View File

@ -61,6 +61,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: 3.22.x
cache: ${{ inputs.flutter-cache }}
- name: Get dependencies

View File

@ -36,6 +36,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: 3.22.x
- name: Install dependencies
run: npm install

View File

@ -25,6 +25,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
cache: true
flutter-version: 3.22.x
- name: Sync translations from Crowdin
uses: crowdin/github-action@v1