yml: add missing sudo

This commit is contained in:
RaFaL 2021-04-27 17:34:49 +02:00
parent 991171a2e0
commit 610d84c98f
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ licenses:
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'
before_script:
- apt install -y ninja-build
- sudo apt install -y ninja-build
- curl -s "https://cmake.org/files/v3.15/cmake-3.15.4-Linux-x86_64.tar.gz" | sudo tar --strip-components=1 -xz -C /usr/local
- echo "cmake.dir=/usr/local" | tee -a local.properties
- sudo chmod +x gradlew