We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f3825d + 442fde9 commit 48a580bCopy full SHA for 48a580b
.circleci/config.yml
@@ -11,12 +11,10 @@ jobs:
11
path: ~/project
12
- run:
13
name: Install JAVA
14
- command: |
15
- HOMEBREW_NO_AUTO_UPDATE=1 brew install --cask homebrew/cask-versions/adoptopenjdk8
+ command: brew install --cask homebrew/cask-versions/adoptopenjdk8
16
17
name: Install Android sdk
18
19
- HOMEBREW_NO_AUTO_UPDATE=1 brew install --cask android-sdk
+ command: brew install --cask android-sdk
20
21
name: Setup environment variables
22
command: |
0 commit comments