Skip to content

Commit 81ad065

Browse files
committed
temp fix for fdroid repo update
1 parent 9226da1 commit 81ad065

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ jobs:
105105
sudo apt-get -qq update
106106
sudo apt-get -yqq install fdroidserver
107107
108+
# TEMP: fix androguard compatibility
109+
sudo pip install androguard==4.1.2 --break-system-packages
110+
108111
- name: Prepare config
109112
run: |
110113
echo "keystorepass: '${{ secrets.KEYSTORE_PASS }}'" >> "$GITHUB_WORKSPACE/fdroid/config.yml"

0 commit comments

Comments
 (0)