chore: F-Droid deployment script (use latest unstable version)

This commit is contained in:
Artem Chepurnoy 2024-10-14 14:50:18 +03:00
parent 464a33c515
commit 5e79ba9ddd
No known key found for this signature in database
GPG Key ID: FAC37D0CF674043E
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,3 @@
androguard == 3.3.5
fdroidserver
androguard
beautifulsoup4
requests

View File

@ -27,6 +27,7 @@ jobs:
- name: "Download dependencies"
run: |
pip install -r .github/deploy_fdroid.requirements.txt
pip install git+https://gitlab.com/fdroid/fdroidserver.git
- name: "Prepare env"
working-directory: ./deploy_fdroid
run: |