Skip to content

Commit

Permalink
chore: F-Droid deployment script (use latest unstable version)
Browse files Browse the repository at this point in the history
  • Loading branch information
AChep committed Oct 14, 2024
1 parent 464a33c commit 5e79ba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/deploy_fdroid.requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
androguard == 3.3.5
fdroidserver
androguard
beautifulsoup4
requests
1 change: 1 addition & 0 deletions .github/workflows/new_release_deploy_fdroid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 5e79ba9

Please sign in to comment.