We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b147d09 commit b3e5019Copy full SHA for b3e5019
.github/workflows/android.yml
@@ -54,6 +54,8 @@ jobs:
54
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
55
disable-animations: true
56
script: echo "Generated AVD snapshot for caching."
57
+ - name: Install Build Tools 30.0.3
58
+ run: yes | sdkmanager "build-tools;30.0.3"
59
60
- name: Run Instrumentation tests
61
if: github.event_name != 'pull_request'
0 commit comments