Skip to content

Commit

Permalink
explore
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Nino <jnino@lyft.com>
  • Loading branch information
Jose Nino committed May 15, 2020
1 parent 9988372 commit 5d7fac6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
submodules: true
- run: ./ci/mac_ci_setup.sh
name: 'Install dependencies'
- name: 'Downgrade platform tools'
run: 'echo y | android --verbose update sdk --no-ui --all --filter platform-tools,build-tools-30.0.0'
- name: 'adb version'
run: adb version
- run: ls -lh dist/
- name: start simulator
run: ./ci/mac_start_emulator.sh
Expand Down

0 comments on commit 5d7fac6

Please sign in to comment.