We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d7acbd commit caa6c82Copy full SHA for caa6c82
1 file changed
.github/workflows/screenshots.yml
@@ -47,6 +47,12 @@ jobs:
47
~/.android/adb*
48
key: ${{ runner.os }}-avd-api${{ matrix.device.api-level }}-${{ matrix.device.profile }}
49
50
+ - name: Setup Android SDK
51
+ uses: android-actions/setup-android@v3
52
+
53
+ - name: Update SDK
54
+ run: sdkmanager --update
55
56
- name: create AVD and generate snapshot for caching
57
if: steps.avd-cache.outputs.cache-hit != 'true'
58
uses: reactivecircus/android-emulator-runner@v2
0 commit comments