From 5e79ba9ddd8fc7969e9cab1d02b993c04949ca12 Mon Sep 17 00:00:00 2001 From: Artem Chepurnoy Date: Mon, 14 Oct 2024 14:50:18 +0300 Subject: [PATCH] chore: F-Droid deployment script (use latest unstable version) --- .github/deploy_fdroid.requirements.txt | 3 +-- .github/workflows/new_release_deploy_fdroid.yml | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/deploy_fdroid.requirements.txt b/.github/deploy_fdroid.requirements.txt index a96984b6..6a3b59cc 100644 --- a/.github/deploy_fdroid.requirements.txt +++ b/.github/deploy_fdroid.requirements.txt @@ -1,4 +1,3 @@ -androguard == 3.3.5 -fdroidserver +androguard beautifulsoup4 requests diff --git a/.github/workflows/new_release_deploy_fdroid.yml b/.github/workflows/new_release_deploy_fdroid.yml index fc639a7a..a44a312b 100644 --- a/.github/workflows/new_release_deploy_fdroid.yml +++ b/.github/workflows/new_release_deploy_fdroid.yml @@ -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: |