Skip to content

Commit

Permalink
remove step of flutter installation
Browse files Browse the repository at this point in the history
  • Loading branch information
SoulMelody committed Mar 1, 2025
1 parent 64296a9 commit 8f207ca
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,6 @@ jobs:
release_apk:
runs-on: ubuntu-latest
needs: [make-outputs]
env:
FLUTTER_VERSION: "3.27.3"

steps:
- uses: actions/checkout@v4
Expand All @@ -325,11 +323,6 @@ jobs:
uv sync --extra mobile
uv run python -m ensurepip --upgrade
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: ${{ env.FLUTTER_VERSION }}

- name: Setup Java JDK
uses: actions/setup-java@v4
with:
Expand All @@ -338,7 +331,6 @@ jobs:

- name: Flet Build APK
run: |
flutter config --no-analytics
cd packaging
uv run python install_mobile_requirements.py --platform android_24_arm64_v8a --arch arm64-v8a
uv run python install_mobile_requirements.py --platform android_24_armeabi_v7a --arch armeabi-v7a
Expand Down

0 comments on commit 8f207ca

Please sign in to comment.