changed flutter setup
Some checks failed
Flutter APK Build / Build Flutter APK (push) Failing after 30s
Some checks failed
Flutter APK Build / Build Flutter APK (push) Failing after 30s
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name: Flutter APK Build
|
name: Flutter APK Build
|
||||||
|
|
||||||
uses: https://github.com/subosito/flutter-action@v2
|
uses:
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -39,9 +39,10 @@ jobs:
|
|||||||
java-version: '17'
|
java-version: '17'
|
||||||
|
|
||||||
- name: Setup Flutter
|
- name: Setup Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: https://github.com/subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: stable
|
channel: stable
|
||||||
|
- run: flutter --version
|
||||||
|
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
|
|||||||
Reference in New Issue
Block a user