chore(release): add rsync to release workflow dependencies

This commit is contained in:
2026-03-16 20:58:25 +01:00
parent 90ff66223c
commit fe7ba21061

View File

@@ -114,7 +114,7 @@ jobs:
$SUDO apt-get update
# sshpass from apt, fdroidserver via pip to get a newer androguard that
# can parse modern Flutter/AGP APKs (apt ships fdroidserver 2.2.1 which crashes)
$SUDO apt-get install -y sshpass python3-pip
$SUDO apt-get install -y sshpass rsync python3-pip
pip3 install --break-system-packages --upgrade fdroidserver
- name: Initialize or fetch F-Droid Repository