diff --git a/.github/workflows/build-android.yml b/.github/workflows/build-android.yml index 5c197ce..5ed97cc 100644 --- a/.github/workflows/build-android.yml +++ b/.github/workflows/build-android.yml @@ -12,6 +12,13 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 + - name: Setup Flutter + uses: subosito/flutter-action@v2 + with: + channel: stable + flutter-version: 3.19.0 + - run: flutter --version + - name: Install dependencies run: | cd example diff --git a/.github/workflows/build-ios.yml b/.github/workflows/build-ios.yml index e933644..ee2fbdd 100644 --- a/.github/workflows/build-ios.yml +++ b/.github/workflows/build-ios.yml @@ -12,6 +12,13 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - name: Setup Flutter + uses: subosito/flutter-action@v2 + with: + channel: stable + flutter-version: 3.19.0 + - run: flutter --version + - name: Install CocoaPods run: | cd example