Browse Source

Licenses...

Jamon Holmgren 4 years ago
parent
commit
52717b20af
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      .github/workflows/detox-android.yml

+ 2
- 1
.github/workflows/detox-android.yml View File

@@ -15,7 +15,8 @@ jobs:
15 15
         run: |
16 16
           # brew cask install intel-haxm
17 17
           touch ~/.android/repositories.cfg
18
-          sdkmanager --update
18
+          yes | sdkmanager --licenses
19
+          yes | sdkmanager --update || exit 0
19 20
       - name: Setup - Install Platform tools
20 21
         run: yes | sdkmanager "platform-tools"
21 22
       - name: Setup - Install Android Platform