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
|
||||
|
||||
uses: https://github.com/subosito/flutter-action@v2
|
||||
uses:
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -39,9 +39,10 @@ jobs:
|
||||
java-version: '17'
|
||||
|
||||
- name: Setup Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
uses: https://github.com/subosito/flutter-action@v2
|
||||
with:
|
||||
channel: stable
|
||||
- run: flutter --version
|
||||
|
||||
- name: Get dependencies
|
||||
run: flutter pub get
|
||||
|
||||
Reference in New Issue
Block a user