mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2024-11-10 06:52:06 +00:00
yml: fix Permission denied on travis
This commit is contained in:
parent
5c8ee9ff9f
commit
ce8813526e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ licenses:
|
|||
- 'android-sdk-license-.+'
|
||||
- 'google-gdk-license-.+'
|
||||
before_script:
|
||||
- curl -s "https://cmake.org/files/v3.15/cmake-3.15.4-Linux-x86_64.tar.gz" | tar --strip-components=1 -xz -C /usr/local
|
||||
- sudo curl -s "https://cmake.org/files/v3.15/cmake-3.15.4-Linux-x86_64.tar.gz" | tar --strip-components=1 -xz -C /usr/local
|
||||
- echo "cmake.dir=/usr/local" | tee -a local.properties
|
||||
- sudo chmod +x gradlew
|
||||
- git clone https://github.com/rafal1137/NDK_ETL.git
|
||||
|
|
Loading…
Reference in a new issue