mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2024-11-10 06:52:06 +00:00
yml: add missing sudo
This commit is contained in:
parent
991171a2e0
commit
610d84c98f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ licenses:
|
||||||
- 'android-sdk-license-.+'
|
- 'android-sdk-license-.+'
|
||||||
- 'google-gdk-license-.+'
|
- 'google-gdk-license-.+'
|
||||||
before_script:
|
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
|
- 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
|
- echo "cmake.dir=/usr/local" | tee -a local.properties
|
||||||
- sudo chmod +x gradlew
|
- sudo chmod +x gradlew
|
||||||
|
|
Loading…
Reference in a new issue