Skip to content

Commit

Permalink
ci: unify vab installs
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Sep 27, 2024
1 parent 30dead9 commit 4402da3
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/ci_emulator_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,12 @@ jobs:
- name: Run vab --help
run: vab --help

- name: Install emulator
run: |
vab install emulator
- name: Install build-tools 33.0.2
- name: Install SDK dependencies
run: |
vab install "platform-tools"
vab install "build-tools;33.0.2"
- name: Install platform android-30
run: |
vab install "platforms;android-30"
- name: Install AAB dependencies
run: |
vab install "platforms;android-30"
vab install emulator
vab install bundletool
vab install aapt2
Expand Down

0 comments on commit 4402da3

Please sign in to comment.