Skip to content

Commit caa6c82

Browse files
committed
update SDK
1 parent 8d7acbd commit caa6c82

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/screenshots.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ jobs:
4747
~/.android/adb*
4848
key: ${{ runner.os }}-avd-api${{ matrix.device.api-level }}-${{ matrix.device.profile }}
4949

50+
- name: Setup Android SDK
51+
uses: android-actions/setup-android@v3
52+
53+
- name: Update SDK
54+
run: sdkmanager --update
55+
5056
- name: create AVD and generate snapshot for caching
5157
if: steps.avd-cache.outputs.cache-hit != 'true'
5258
uses: reactivecircus/android-emulator-runner@v2

0 commit comments

Comments
 (0)