feat: try upgrade to flutter 3.10

This commit is contained in:
Kingtous
2023-05-12 15:16:25 +08:00
parent 8be1f5fc3d
commit 1adee6d0cb
2 changed files with 16 additions and 11 deletions

View File

@@ -5,6 +5,9 @@ name: Build flutter-rust-bridge
on:
workflow_call:
env:
FLUTTER_VERSION: "3.10.0"
jobs:
generate_bridge:
runs-on: ${{ matrix.job.os }}
@@ -51,7 +54,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: "3.7.0"
flutter-version: ${{ env.FLUTTER_VERSION }}
cache: true
- name: Install flutter rust bridge deps