chore: F-Droid deployment script (use latest unstable version)
This commit is contained in:
parent
464a33c515
commit
5e79ba9ddd
|
@ -1,4 +1,3 @@
|
|||
androguard == 3.3.5
|
||||
fdroidserver
|
||||
androguard
|
||||
beautifulsoup4
|
||||
requests
|
||||
|
|
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue