Install ninja-build

This commit is contained in:
Diego Mello 2023-07-05 15:06:37 -03:00
parent 71dafd3bcf
commit 72fa2ea190
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ commands:
name: Build App name: Build App
no_output_timeout: 40m no_output_timeout: 40m
command: | command: |
sudo apt install -y libicu-dev sudo apt install -y libicu-dev ninja-build
if [[ $CIRCLE_JOB == "android-build-official" ]]; then if [[ $CIRCLE_JOB == "android-build-official" ]]; then
./gradlew bundleOfficialPlayRelease ./gradlew bundleOfficialPlayRelease
fi fi