Skip to content

Commit 47f424b

Browse files
Update unit-and-instrumented-tests-action.yml
1 parent 35a6ff6 commit 47f424b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-and-instrumented-tests-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
java-version: 8
4444
- name: Create Android emulator
4545
run: |
46-
brew install --cask android-sdk
46+
brew install --cask android-commandlinetools
4747
sdkmanager --list
4848
echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --licenses
4949
echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --install "system-images;android-"$API_CURRENT";google_apis_playstore;x86_64"

0 commit comments

Comments
 (0)