diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index 9dad459ce..8a049dda8 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -200,6 +200,7 @@ jobs: ~/.android/adb* key: avd-${{ matrix.api-level }} + # Take a snapshot if it doesn't have a cache. - name: create AVD and generate snapshot for caching if: steps.avd-cache.outputs.cache-hit != 'true' uses: reactivecircus/android-emulator-runner@v2