removed app pre-build

This commit is contained in:
Vadim 2024-03-12 20:16:31 +01:00
parent ed45052317
commit 20b4c387c1

View file

@ -38,7 +38,7 @@ jobs:
channel: "stable"
flutter-version: "3.10.0"
- name: Build app
- name: Prepare app
run: |
flutter --version
flutter pub get
@ -50,7 +50,6 @@ jobs:
pod install
cd ..
fi
flutter build ${{ matrix.os == 'ubuntu-latest' && 'apk --debug' || 'ios --no-codesign --simulator --debug' }} $BUILD_ARGS -t $TARGET
- name: Enable KVM
if: ${{ matrix.os == 'ubuntu-latest' }}