CI: Install py3 deps until image is updated
This commit is contained in:
parent
87d675c587
commit
1df2d03ed3
|
@ -1,6 +1,7 @@
|
|||
image: mvdan/fdroid-ci:latest
|
||||
|
||||
before_script:
|
||||
- apt-get update && apt-get install -y python3 python3-yaml
|
||||
- rm -rf fdroidserver
|
||||
- git clone https://gitlab.com/fdroid/fdroidserver.git --depth=1
|
||||
- export PATH="$PWD/fdroidserver:$PATH"
|
||||
|
|
Loading…
Reference in a new issue