Skip to content

Commit

Permalink
remove sdk list to check perf
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan committed Feb 10, 2020
1 parent 9fea7b0 commit ad49591
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
rm -rf $ANDROID_HOME/sdk/emulator
unzip -q emulator.zip -d $ANDROID_HOME/sdk
rm -f emulator.zip
echo "SDK versions:"
$ANDROID_HOME/tools/bin/sdkmanager --list
echo "Downloading emulator image"
echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --install "system-images;android-28;google_apis;x86" > /dev/null
echo "Creating emulator avd"
Expand Down

0 comments on commit ad49591

Please sign in to comment.