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
|
androguard
|
||||||
fdroidserver
|
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
requests
|
requests
|
||||||
|
|
|
@ -27,6 +27,7 @@ jobs:
|
||||||
- name: "Download dependencies"
|
- name: "Download dependencies"
|
||||||
run: |
|
run: |
|
||||||
pip install -r .github/deploy_fdroid.requirements.txt
|
pip install -r .github/deploy_fdroid.requirements.txt
|
||||||
|
pip install git+https://gitlab.com/fdroid/fdroidserver.git
|
||||||
- name: "Prepare env"
|
- name: "Prepare env"
|
||||||
working-directory: ./deploy_fdroid
|
working-directory: ./deploy_fdroid
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue