Skip to content

Commit

Permalink
remove installation file
Browse files Browse the repository at this point in the history
  • Loading branch information
tauqirsarwar1 committed Apr 26, 2024
1 parent e2a0315 commit e6a8dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_android_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
id: create_emulator
if: steps.install_driver.outcome == 'success'
run: |
brew install intel-haxm
brew install --cask intel-haxm
# Install AVD files
echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --install 'system-images;android-27;default;x86_64'
echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --licenses
Expand Down

0 comments on commit e6a8dda

Please sign in to comment.