mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
OpenMW - no need to sudo cmake
Ref: https://gitlab.com/fdroid/fdroidserver/blob/master/buildserver/provision-apt-get-install#L45
This commit is contained in:
parent
d530755c4c
commit
3fab105da2
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ Builds:
|
|||
timeout: 40000
|
||||
sudo:
|
||||
- apt update || apt update
|
||||
- apt install -y cmake doxygen g++ pkgconf wget
|
||||
- apt install -y doxygen g++ pkgconf wget
|
||||
patch:
|
||||
- build-gradle.patch
|
||||
- androidmanifest.patch
|
||||
|
|
|
|||
Loading…
Reference in a new issue