Update ci.yml
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -17,7 +17,9 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- 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.
|
# Note: This workflow uses the latest stable version of the Dart SDK.
|
||||||
# You can specify other versions if desired, see documentation here:
|
# You can specify other versions if desired, see documentation here:
|
||||||
# https://github.com/dart-lang/setup-dart/blob/main/README.md
|
# https://github.com/dart-lang/setup-dart/blob/main/README.md
|
||||||
@@ -28,7 +30,7 @@ jobs:
|
|||||||
- name: Install Flutter SDK
|
- name: Install Flutter SDK
|
||||||
uses: mobiledevops/flutter-sdk-action@v1.0.0
|
uses: mobiledevops/flutter-sdk-action@v1.0.0
|
||||||
with:
|
with:
|
||||||
flutter-sdk-version: 3.7.7
|
flutter-sdk-version: 3.10.6
|
||||||
- run: flutter --version
|
- run: flutter --version
|
||||||
- run: flutter doctor
|
- run: flutter doctor
|
||||||
- run: flutter pub get
|
- run: flutter pub get
|
||||||
|
|||||||
Reference in New Issue
Block a user