Skip to content

Commit f457e68

Browse files
authored
Merge pull request #122 from Instabug/ci/android
[MOB-5609] Update brew commands
2 parents afbd644 + 1bf71e3 commit f457e68

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,12 @@ jobs:
2323
- run:
2424
name: Install Android sdk
2525
command: |
26-
HOMEBREW_NO_AUTO_UPDATE=1 brew tap homebrew/cask
27-
HOMEBREW_NO_AUTO_UPDATE=1 brew cask install android-sdk
26+
HOMEBREW_NO_AUTO_UPDATE=1 brew install --cask android-sdk
2827
- run:
2928
name: Install Gradle
3029
command: |
31-
HOMEBREW_NO_AUTO_UPDATE=1 brew tap homebrew/cask
3230
HOMEBREW_NO_AUTO_UPDATE=1 brew install gradle
31+
no_output_timeout: 30m
3332
- run:
3433
name: Install emulator dependencies
3534
command: (yes | sdkmanager "platform-tools" "platforms;android-26" "extras;intel;Hardware_Accelerated_Execution_Manager" "build-tools;26.0.0" "system-images;android-26;google_apis;x86" "emulator" --verbose) || true

0 commit comments

Comments
 (0)