Skip to content

Commit 4ff1aba

Browse files
Downloading the fdroidserver and androguard via pip.
1 parent abe2e28 commit 4ff1aba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/fdroid_nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
# The old androguard (v3.4.0a1) from apt can't parse resources.arsc in Android 16 APKs,
5454
# so we install the latest androguard in the same environment via pip.
5555
sudo apt-get update
56-
sudo apt-get install -y python3-pip
57-
sudo apt-get install -y fdroidserver
58-
sudo python3 -m pip install --upgrade androguard
56+
sudo apt-get install -y python3 python3-pip
57+
python3 -m pip install --upgrade pip
58+
python3 -m pip install --upgrade fdroidserver androguard
5959
6060
- name: Prepare F-Droid repo
6161
env:

0 commit comments

Comments
 (0)