upgrade flutter and disable impeller for testing
This commit is contained in:
@@ -77,7 +77,7 @@ jobs:
|
|||||||
- uses: subosito/flutter-action@v2
|
- uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: stable
|
channel: stable
|
||||||
flutter-version: 3.41.0
|
flutter-version: 3.41.2
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
- name: Setup Flutter dependencies
|
- name: Setup Flutter dependencies
|
||||||
@@ -88,7 +88,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build APK
|
- name: Build APK
|
||||||
working-directory: app
|
working-directory: app
|
||||||
run: flutter build apk --release --target-platform android-arm,android-arm64 --split-per-abi --no-tree-shake-icons
|
run: flutter build apk --release --target-platform android-arm,android-arm64 --split-per-abi --no-tree-shake-icons --no-enable-impeller
|
||||||
|
|
||||||
- name: Build App Bundle
|
- name: Build App Bundle
|
||||||
if: steps.build-type.outputs.is_prerelease == 'false'
|
if: steps.build-type.outputs.is_prerelease == 'false'
|
||||||
|
|||||||
Reference in New Issue
Block a user