Update ci.yml

This commit is contained in:
Hiddify 2023-07-18 00:05:06 +02:00 committed by GitHub
parent 877499c560
commit 462b7e3d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: nttld/setup-ndk@v1
with:
ndk-version: r25b
# Note: This workflow uses the latest stable version of the Dart SDK.
# You can specify other versions if desired, see documentation here:
# https://github.com/dart-lang/setup-dart/blob/main/README.md
@ -28,7 +30,7 @@ jobs:
- name: Install Flutter SDK
uses: mobiledevops/flutter-sdk-action@v1.0.0
with:
flutter-sdk-version: 3.7.7
flutter-sdk-version: 3.10.6
- run: flutter --version
- run: flutter doctor
- run: flutter pub get