Skip to content

Commit

Permalink
Create avd cache for all api levels after pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Jun 18, 2024
1 parent 4436ac5 commit abbacd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
matrix:
arch: [ x86 ]
target: [ android-tv ]
api-level: [27]
api-level: [22, 25, 27, 28, 29, 30, 31]
profile: [tv_1080p]
steps:
- name: checkout
Expand Down

0 comments on commit abbacd2

Please sign in to comment.