Merge pull request #3237 from crazyserver/MOBILE-3833-2

MOBILE-3833 travis: Fix install build tools only on Android job
main
Dani Palou 2022-04-06 15:09:08 +02:00 committed by GitHub
commit 6537414f2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -47,6 +47,12 @@ jobs:
- extra-google-m2repository
- extra-android-m2repository
before_install:
- nvm install
- npm install npm@^7 -g
- node --version
- npm --version
- nvm --version
- npm ci
- yes | sdkmanager "build-tools;30.0.3"
addons:
apt: