Skip to content

Commit

Permalink
הסרת קטע מיותר
Browse files Browse the repository at this point in the history
  • Loading branch information
NHLOCAL committed Nov 24, 2024
1 parent 26e4e51 commit 57ef0a3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,6 @@ jobs:
run: |
flet create my_flet_app
cd my_flet_app
#- name: Build Python distribution for Android (if needed)
# This step is needed if your app relies on native Python libraries
# Adjust requirements as per your app's needs.
# run: |
# p4a create --requirements numpy --arch arm64-v8a --arch armeabi-v7a --arch x86_64 --sdk-dir $ANDROID_SDK_ROOT --ndk-dir $ANDROID_SDK_ROOT/ndk/$NDK_VERSION --dist-name mydist
# echo "SERIOUS_PYTHON_P4A_DIST=$HOME/.python-for-android/dists/mydist" >> $GITHUB_ENV

- name: Build APK
Expand Down

0 comments on commit 57ef0a3

Please sign in to comment.