Skip to content

Commit b3e5019

Browse files
authored
sdkmanager: added installation command for build-tools-30.0.3
1 parent b147d09 commit b3e5019

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/android.yml

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
5555
disable-animations: true
5656
script: echo "Generated AVD snapshot for caching."
57+
- name: Install Build Tools 30.0.3
58+
run: yes | sdkmanager "build-tools;30.0.3"
5759

5860
- name: Run Instrumentation tests
5961
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)